feat: revenue cat
This commit is contained in:
@@ -25,7 +25,7 @@ it('creates a verified administrator with the application command', function ()
|
||||
->and($user->role)->toBe(UserRole::ADMIN)
|
||||
->and($user->locale)->toBe('fr')
|
||||
->and($user->email_verified_at)->not->toBeNull()
|
||||
->and($user->trial_ends_at)->not->toBeNull()
|
||||
->and($user->subscription_expires_at)->toBeNull()
|
||||
->and(Hash::check('Strong-password1', $user->password))->toBeTrue();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user