Skip to content

Commit c06bf9c

Browse files
mohammedyhGeoSot
authored andcommitted
Fixes spelling in Authentication Pest Test (laravel#932)
Changes: From - 'users can not authenticate with invalid_password' To - 'users cannot authenticate with invalid password'
1 parent e73cbf1 commit c06bf9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/pest-tests/AuthenticationTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
$response->assertRedirect(RouteServiceProvider::HOME);
2222
});
2323

24-
test('users can not authenticate with invalid_password', function () {
24+
test('users cannot authenticate with invalid password', function () {
2525
$user = User::factory()->create();
2626

2727
$this->post('/login', [

0 commit comments

Comments
 (0)