summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/README.md b/testing/README.md
index 6d7d6d842..cf78187b6 100644
--- a/testing/README.md
+++ b/testing/README.md
@@ -47,7 +47,7 @@ import {
test,
assert,
equal
-} from "https://deno.land/x/testing/mod.ts";
+} from "https://deno.land/std/testing/mod.ts";
test({
name: "testing example",