Browse Source

fix(CI): Adjust expected result

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/36489/head
Joas Schilling 4 years ago
parent
commit
875e6cf7e6
No known key found for this signature in database GPG Key ID: C400AAF20C1BB6FC
  1. 1
      tests/Core/Controller/LostControllerTest.php

1
tests/Core/Controller/LostControllerTest.php

@ -171,6 +171,7 @@ class LostControllerTest extends TestCase {
]
],
'guest');
$expectedResponse->throttle();
$this->assertEquals($expectedResponse, $response);
}

Loading…
Cancel
Save