Skip to content

Commit ac7a022

Browse files
authored
fix typo (#446)
1 parent 7b92c07 commit ac7a022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/Commands/BuildCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function it_fails_if_the_draft_file_not_exists()
6666
}
6767

6868
/** @test */
69-
public function it_shows_the_generated_files_groupbed_by_actions()
69+
public function it_shows_the_generated_files_grouped_by_actions()
7070
{
7171
$this->files->shouldReceive('exists')
7272
->with('draft.yaml')

0 commit comments

Comments
 (0)