Fix broken LoginTest

pull/1478/head
Daniel Supernault 6 years ago
parent f56123d954
commit ec18c80c13
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -14,7 +14,7 @@ class LoginTest extends TestCase
{ {
$response = $this->get('login'); $response = $this->get('login');
$response->assertSee('Forgot Your Password?'); $response->assertSee('Forgot Password');
} }
/** @test */ /** @test */

Loading…
Cancel
Save