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

View file

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