Skip to content

Commit b1cae0e

Browse files
committed
Updated tests: removed used variable.
1 parent 97052da commit b1cae0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/UserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public function testPreviousLogin(): void
132132
// The very most login is skipped.
133133
$this->assertNull($this->user->previousLogin());
134134

135-
$login2 = fake(
135+
fake(
136136
LoginModel::class,
137137
['id_type' => 'email', 'identifier' => $this->user->email, 'user_id' => $this->user->id]
138138
);

0 commit comments

Comments
 (0)