We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73cbf1 commit c06bf9cCopy full SHA for c06bf9c
stubs/pest-tests/AuthenticationTest.php
@@ -21,7 +21,7 @@
21
$response->assertRedirect(RouteServiceProvider::HOME);
22
});
23
24
-test('users can not authenticate with invalid_password', function () {
+test('users cannot authenticate with invalid password', function () {
25
$user = User::factory()->create();
26
27
$this->post('/login', [
0 commit comments