summaryrefslogtreecommitdiff
path: root/cli/tests/034_onload/imported.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/034_onload/imported.ts')
-rw-r--r--cli/tests/034_onload/imported.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/034_onload/imported.ts b/cli/tests/034_onload/imported.ts
index d71f9d654..f9a7009b8 100644
--- a/cli/tests/034_onload/imported.ts
+++ b/cli/tests/034_onload/imported.ts
@@ -1,4 +1,4 @@
-import { assert } from "../../../js/deps/https/deno.land/std/testing/asserts.ts";
+import { assert } from "../../../std/testing/asserts.ts";
import "./nest_imported.ts";
const handler = (e: Event): void => {