Skip to content

Commit

Permalink
fabbot
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond committed Jun 26, 2024
1 parent 482bbdb commit e6898d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Turbo/tests/BroadcastTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class BroadcastTest extends PantherTestCase
protected function setUp(): void
{
if (!file_exists(__DIR__.'/app/public/build')) {
throw new \Exception(\sprintf('Move into %s and execute Encore before running this test.', realpath(__DIR__.'/app')));
throw new \Exception(\sprintf('Move into "%s" and execute Encore before running this test.', realpath(__DIR__.'/app')));
}

parent::setUp();
Expand Down

0 comments on commit e6898d2

Please sign in to comment.