Skip to content

Commit d199532

Browse files
committed
chore: format
1 parent e57999f commit d199532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/BladeInlineScriptsProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119

120120
expect($initScriptTest)->not->toBeNull()
121121
->and($switchScriptTest)->not->toBeNull();
122-
122+
123123
// Verify that the source test files actually exist physically
124124
expect(file_exists((string) $initScriptTest))->toBeTrue('init-script.test.js source file must exist')
125125
->and(file_exists((string) $switchScriptTest))->toBeTrue('switch-script.test.js source file must exist');

0 commit comments

Comments
 (0)