summaryrefslogtreecommitdiff
path: root/net/http_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'net/http_test.ts')
-rw-r--r--net/http_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http_test.ts b/net/http_test.ts
index 93a8049e6..46ea60185 100644
--- a/net/http_test.ts
+++ b/net/http_test.ts
@@ -10,7 +10,7 @@ import {
test,
assert,
assertEqual
-} from "https://deno.land/x/testing/testing.ts";
+} from "../testing/mod.ts";
import {
listenAndServe,
ServerRequest,