Skip to content

Commit

Permalink
Merge pull request #14 from nhedger/patch-1
Browse files Browse the repository at this point in the history
Update ResetPasswordTest.php
  • Loading branch information
DCzajkowski authored Jan 13, 2019
2 parents a30717d + 28642d2 commit 4059750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/stubs/tests/Feature/Auth/ResetPasswordTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public function testUserCannotResetPasswordWithoutProvidingANewPassword()
$this->assertGuest();
}

public function testUserCannotResetPasswordWithoutProvingAnEmail()
public function testUserCannotResetPasswordWithoutProvidingAnEmail()
{
$user = factory(User::class)->create([
'password' => bcrypt('old-password'),
Expand Down

0 comments on commit 4059750

Please sign in to comment.