Skip to content

Commit 6b0c2bf

Browse files
committed
test fix
1 parent dc091dc commit 6b0c2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Asset/EntrypointLookupTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function testGetJavaScriptFilesWithFileTrackingDisabled()
9696
$this->assertEquals(
9797
['file1.js', 'file3.js'],
9898
$this->entrypointLookup->getJavaScriptFiles('other_entry'),
99-
'file1.js is returned even though it was also returned above',
99+
'file1.js is returned even though it was also returned above'
100100
);
101101

102102
$this->assertEquals(

0 commit comments

Comments
 (0)