Skip to content

Commit 403f60f

Browse files
committed
remove unused $testUser in user.test.php
1 parent 059f2c7 commit 403f60f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/user.test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
expect($auth->user())->toBeInstanceOf(\Leaf\Auth\User::class);
6464
expect($auth->user()->username)->toBe($testUser['username']);
6565

66-
$auth->logout(function ($auth) use ($testUser) {
66+
$auth->logout(function ($auth) {
6767
expect($auth)->toBeInstanceOf(\Leaf\Auth::class);
6868
});
6969

0 commit comments

Comments
 (0)