summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/package_json/basic/fail_check.ts
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/testdata/package_json/basic/fail_check.ts
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/testdata/package_json/basic/fail_check.ts')
-rw-r--r--cli/tests/testdata/package_json/basic/fail_check.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/package_json/basic/fail_check.ts b/cli/tests/testdata/package_json/basic/fail_check.ts
index ce849d92f..cef10763d 100644
--- a/cli/tests/testdata/package_json/basic/fail_check.ts
+++ b/cli/tests/testdata/package_json/basic/fail_check.ts
@@ -1,3 +1,3 @@
-import { getValue } from "./main.ts";
+import { getValue } from "./lib.ts";
const _test: string = getValue();