Skip to content

Commit 59f44bd

Browse files
committed
Fix fabbot
1 parent 2c01cb9 commit 59f44bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Turbo/tests/BroadcastTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class BroadcastTest extends PantherTestCase
2727
protected function setUp(): void
2828
{
2929
if (!file_exists(__DIR__.'/app/public/build')) {
30-
throw new \Exception(sprintf('Move into %s and execute Encore before running this test.', realpath(__DIR__.'/app')));
30+
throw new \Exception(sprintf('Move into "%s" and execute Encore before running this test.', realpath(__DIR__.'/app')));
3131
}
3232

3333
parent::setUp();

0 commit comments

Comments
 (0)