mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-23 03:20:22 +02:00
Apply Pint fixes
This commit is contained in:
@@ -17,7 +17,7 @@ class AuthLogModelTest extends FeatureTestCase
|
||||
#[Test]
|
||||
public function test_equals_returns_true()
|
||||
{
|
||||
$user = User::factory()->create();
|
||||
$user = User::factory()->create();
|
||||
$lastAuthLog = AuthLog::factory()->for($user, 'authenticatable')->create();
|
||||
|
||||
$this->assertTrue($lastAuthLog->equals($lastAuthLog));
|
||||
|
Reference in New Issue
Block a user