Skip to content

Commit ed41a52

Browse files
committed
making test more fault tolerant
1 parent 4178f64 commit ed41a52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/functional.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2212,11 +2212,11 @@ module.exports = {
22122212
testSetup.runWebpack(config, (webpackAssert) => {
22132213
webpackAssert.assertDirectoryContents([
22142214
'entrypoints.json',
2215-
'runtime.fbc90386.js',
2216-
'main.06a6c20f.js',
2215+
'runtime.[hash:8].js',
2216+
'main.[hash:8].js',
22172217
'manifest.json',
2218-
'symfony_logo.91beba37.png',
2219-
'symfony_logo_alt.f880ba14.png',
2218+
'symfony_logo.[hash:8].png',
2219+
'symfony_logo_alt.[hash:8].png',
22202220
]);
22212221

22222222
webpackAssert.assertManifestPath(

0 commit comments

Comments
 (0)