Skip to content

Commit

Permalink
fixes test
Browse files Browse the repository at this point in the history
  • Loading branch information
nojimage committed Feb 9, 2024
1 parent d58d82b commit 01ca0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Auth/CookieAuthenticateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ public function testOnAfterIdentify(): void
'model' => 'AuthUsers',
'foreign_id' => 1,
])
->orderDesc('modified')
->orderDesc('id')
->all();
$this->assertCount(3, $tokens);

Expand Down

0 comments on commit 01ca0dc

Please sign in to comment.