diff --git a/test/__snapshots__/StatsTestCases.basictest.js.snap b/test/__snapshots__/StatsTestCases.basictest.js.snap index 941a29794e5..fd276c6a3fb 100644 --- a/test/__snapshots__/StatsTestCases.basictest.js.snap +++ b/test/__snapshots__/StatsTestCases.basictest.js.snap @@ -862,7 +862,7 @@ asset both.js 1.4 KiB [emitted] (name: main) ./index.js 24 bytes [built] [code generated] webpack x.x.x compiled successfully in X ms -asset 123.js 1.4 KiB [emitted] (name: main) +asset log.js 1.4 KiB [emitted] (name: main) ./index.js 24 bytes [built] [code generated] DEBUG LOG from webpack.DefinePlugin diff --git a/test/statsCases/define-plugin/webpack.config.js b/test/statsCases/define-plugin/webpack.config.js index 531a0a33cd8..618f1c4f36d 100644 --- a/test/statsCases/define-plugin/webpack.config.js +++ b/test/statsCases/define-plugin/webpack.config.js @@ -62,7 +62,7 @@ module.exports = [ mode: "production", entry: "./index", output: { - filename: "123.js" + filename: "log.js" }, infrastructureLogging: { debug: /DefinePlugin/,