From 28642d2fe492a86331ec9677562fbf1fc3bd6cb0 Mon Sep 17 00:00:00 2001 From: Nicolas Hedger <649677+nhedger@users.noreply.github.com> Date: Fri, 11 Jan 2019 15:02:16 +0100 Subject: [PATCH] Update ResetPasswordTest.php --- src/Console/stubs/tests/Feature/Auth/ResetPasswordTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/stubs/tests/Feature/Auth/ResetPasswordTest.php b/src/Console/stubs/tests/Feature/Auth/ResetPasswordTest.php index 820defb..a239af9 100644 --- a/src/Console/stubs/tests/Feature/Auth/ResetPasswordTest.php +++ b/src/Console/stubs/tests/Feature/Auth/ResetPasswordTest.php @@ -126,7 +126,7 @@ public function testUserCannotResetPasswordWithoutProvidingANewPassword() $this->assertGuest(); } - public function testUserCannotResetPasswordWithoutProvingAnEmail() + public function testUserCannotResetPasswordWithoutProvidingAnEmail() { $user = factory(User::class)->create([ 'password' => bcrypt('old-password'),