Skip to content

Commit e3deda8

Browse files
committed
updating test hashes after dependency update
1 parent f87806a commit e3deda8

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
@@ -2302,16 +2302,16 @@ module.exports = {
23022302
expect(config.outputPath).to.be.a.directory()
23032303
.with.files([
23042304
'entrypoints.json',
2305-
'runtime.e9dea5e6.js',
2306-
'main.00415522.js',
2305+
'runtime.518d4a5c.js',
2306+
'main.78f7d83e.js',
23072307
'manifest.json',
23082308
'symfony_logo.91beba37.png',
23092309
'symfony_logo_alt.f880ba14.png',
23102310
]);
23112311

23122312
webpackAssert.assertManifestPath(
23132313
'build/main.js',
2314-
'/build/main.00415522.js'
2314+
'/build/main.78f7d83e.js'
23152315
);
23162316
}
23172317

0 commit comments

Comments
 (0)