Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Apr 24, 2020
1 parent dc091dc commit 6b0c2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Asset/EntrypointLookupTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public function testGetJavaScriptFilesWithFileTrackingDisabled()
$this->assertEquals(
['file1.js', 'file3.js'],
$this->entrypointLookup->getJavaScriptFiles('other_entry'),
'file1.js is returned even though it was also returned above',
'file1.js is returned even though it was also returned above'
);

$this->assertEquals(
Expand Down

0 comments on commit 6b0c2bf

Please sign in to comment.