1
0
Fork 0

Fix broken LoginTest

This commit is contained in:
Daniel Supernault 2019-06-29 22:41:52 -06:00
parent f56123d954
commit ec18c80c13
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

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