Skip to content

Commit

Permalink
Link of asset may change
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed Sep 18, 2024
1 parent 2e2ec87 commit 0e6b6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Twig/MainExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ public function testGetAssetUrl(): void
'http://lcl.doctrine-project.org',
);

self::assertSame('http://lcl.doctrine-project.org/js/main.js?de1272', $url);
self::assertStringStartsWith('http://lcl.doctrine-project.org/js/main.js', $url);
}
}

0 comments on commit 0e6b6cd

Please sign in to comment.