Skip to content

Commit 2068693

Browse files
maartenpaauwgithub-actions[bot]
authored andcommitted
chore: fix code styling
1 parent 3abdf11 commit 2068693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Commands/MakeSpecificationCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ public function test_it_should_be_possible_to_create_a_composite_specification_w
9696

9797
protected function assertSpecificationMatchesSnapshot(string $name): void
9898
{
99-
$this->assertMatchesFileSnapshot(app_path(sprintf('Specifications/%s.php', $name)));
99+
$this->assertMatchesFileSnapshot(app_path(\sprintf('Specifications/%s.php', $name)));
100100
}
101101
}

0 commit comments

Comments
 (0)