Skip to content

Commit 1cfa2e2

Browse files
committed
Merge branch 'develop' of https://github.com/rappasoft/laravel-authentication-log into develop
2 parents b395c54 + 32f4047 commit 1cfa2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/SuspiciousActivityNotificationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
$this->loadLaravelMigrations();
1414
$this->artisan('migrate', ['--database' => 'testing'])->run();
1515
Cache::flush();
16-
16+
1717
// Reset Carbon time to ensure test isolation (prevents time mocking from leaking between tests)
1818
\Illuminate\Support\Carbon::setTestNow();
1919
});

0 commit comments

Comments
 (0)