summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/onload/imported.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/run/onload/imported.ts')
-rw-r--r--cli/tests/testdata/run/onload/imported.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/run/onload/imported.ts b/cli/tests/testdata/run/onload/imported.ts
index f4157b86f..971ddaea3 100644
--- a/cli/tests/testdata/run/onload/imported.ts
+++ b/cli/tests/testdata/run/onload/imported.ts
@@ -1,5 +1,5 @@
// deno-lint-ignore-file no-window-prefix
-import { assert } from "../../../../../test_util/std/testing/asserts.ts";
+import { assert } from "../../../../../test_util/std/assert/mod.ts";
import "./nest_imported.ts";
const handler = (e: Event) => {