Skip to content

Commit b428df5

Browse files
committed
Fix outdated hashes in one of the copyFiles functional tests
1 parent b5750b2 commit b428df5

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
@@ -1625,8 +1625,8 @@ module.exports = {
16251625
expect(config.outputPath).to.be.a.directory()
16261626
.with.files([
16271627
'entrypoints.json',
1628-
'runtime.21aa1db9.js',
1629-
'main.22bad391.js',
1628+
'runtime.6cf710cd.js',
1629+
'main.d85842cc.js',
16301630
'manifest.json',
16311631
'symfony_logo.ea1ca6f7.png',
16321632
'symfony_logo_alt.f27119c2.png',
@@ -1639,7 +1639,7 @@ module.exports = {
16391639

16401640
webpackAssert.assertManifestPath(
16411641
'build/main.js',
1642-
'/build/main.22bad391.js'
1642+
'/build/main.d85842cc.js'
16431643
);
16441644

16451645
webpackAssert.assertManifestPath(

0 commit comments

Comments
 (0)