summaryrefslogtreecommitdiff
path: root/cli/tests/integration/bench_tests.rs
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-02-25 08:56:39 -0500
committerGitHub <noreply@github.com>2023-02-25 13:56:39 +0000
commitda5b5d4688f03e578565966b1c0634a187f7729d (patch)
tree0a936849335894ac1dd2ad1fa7fa6bf8a6d078e5 /cli/tests/integration/bench_tests.rs
parent3cd24fa8d0e1e88f8292180fe564990b22b01a30 (diff)
chore: fix flaky package_json_basic tests (#17940)
https://github.com/denoland/deno/actions/runs/4267836955/jobs/7429836369 Closes #17946
Diffstat (limited to 'cli/tests/integration/bench_tests.rs')
-rw-r--r--cli/tests/integration/bench_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration/bench_tests.rs b/cli/tests/integration/bench_tests.rs
index 5a010ec62..240c4b2d4 100644
--- a/cli/tests/integration/bench_tests.rs
+++ b/cli/tests/integration/bench_tests.rs
@@ -220,7 +220,7 @@ fn file_protocol() {
itest!(package_json_basic {
args: "bench",
- output: "package_json/basic/main.bench.out",
+ output: "package_json/basic/lib.bench.out",
envs: env_vars_for_npm_tests(),
http_server: true,
cwd: Some("package_json/basic"),