Skip to content

Commit

Permalink
fix(CI): Adjust expected result
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Feb 6, 2023
1 parent 704eb3a commit 875e6cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Core/Controller/LostControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ public function testResetFormTokenError() {
]
],
'guest');
$expectedResponse->throttle();
$this->assertEquals($expectedResponse, $response);
}

Expand Down

0 comments on commit 875e6cf

Please sign in to comment.