fix gitlab tests
This commit is contained in:
@@ -18,7 +18,7 @@ class PasswordResetCleanupServiceTest extends TestCase
|
||||
['ip_address' => '127.0.0.1', 'requested_at' => now()->subDays(5)],
|
||||
]);
|
||||
|
||||
$service = new PasswordResetCleanupService;
|
||||
$service = new PasswordResetCleanupService();
|
||||
$deleted = $service->cleanup(30);
|
||||
|
||||
$this->assertSame(1, $deleted);
|
||||
|
||||
Reference in New Issue
Block a user