summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/test.ts b/examples/test.ts
index 4d2dea157..f42db1bba 100644
--- a/examples/test.ts
+++ b/examples/test.ts
@@ -1,5 +1,5 @@
import { run } from "deno";
-import { test, assertEqual } from "https://deno.land/x/testing/testing.ts";
+import { test, assertEqual } from "../testing/mod.ts";
/** Example of how to do basic tests */
test(function t1() {