Skip to content

Commit d64125d

Browse files
committed
fix tests
1 parent 7f1f813 commit d64125d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/SubscribeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
});
1717

1818
it('User model implement subscription methods', function (): void {
19-
expect($this->user)
19+
expect(User::class)
2020
->toHaveMethods([
2121
'activePlanSubscriptions',
2222
'planSubscription',

0 commit comments

Comments
 (0)