Skip to content

Commit 6cc45f7

Browse files
Copilotdbpolito
andcommitted
Fix typo in test method name
Co-authored-by: dbpolito <[email protected]>
1 parent 1d46927 commit 6cc45f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MiddlewareTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function test_it_can_allow_optional_request()
6565
$response->assertStatus(200);
6666
}
6767

68-
public function test_it_candeny_optional_request()
68+
public function test_it_can_deny_optional_request()
6969
{
7070
$this->app['router']->get('policy', function () {
7171
return 'yay';

0 commit comments

Comments
 (0)