Skip to content

Commit f5a17a4

Browse files
committed
minor #650 Fix hashes in the "Copy with versioning enabled" test (Lyrkan)
This PR was merged into the master branch. Discussion ---------- Fix hashes in the "Copy with versioning enabled" test Fix a broken test on develop following the merge of #648. Not sure why the main.js and runtime.js hashes changed, but their content stayed exactly the same. Commits ------- 84561d9 Fix hashes in the "Copy with versioning enabled" test
2 parents 314be32 + 84561d9 commit f5a17a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/functional.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1989,16 +1989,16 @@ module.exports = {
19891989
expect(config.outputPath).to.be.a.directory()
19901990
.with.files([
19911991
'entrypoints.json',
1992-
'runtime.e75311e7.js',
1993-
'main.3213b14e.js',
1992+
'runtime.d2591ff7.js',
1993+
'main.ceeddab6.js',
19941994
'manifest.json',
19951995
'symfony_logo.ea1ca6f7.png',
19961996
'symfony_logo_alt.f27119c2.png',
19971997
]);
19981998

19991999
webpackAssert.assertManifestPath(
20002000
'build/main.js',
2001-
'/build/main.3213b14e.js'
2001+
'/build/main.ceeddab6.js'
20022002
);
20032003
}
20042004

0 commit comments

Comments
 (0)