summaryrefslogtreecommitdiff
path: root/http/server.ts
diff options
context:
space:
mode:
Diffstat (limited to 'http/server.ts')
-rw-r--r--http/server.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/server.ts b/http/server.ts
index c6cd95f86..d39173045 100644
--- a/http/server.ts
+++ b/http/server.ts
@@ -4,7 +4,7 @@ import { Conn, Reader, Writer } from "deno";
import { BufReader, BufState, BufWriter } from "../io/bufio.ts";
import { TextProtoReader } from "../textproto/mod.ts";
import { STATUS_TEXT } from "./http_status.ts";
-import { assert } from "../testing/mod.ts";
+import { assert } from "../testing/asserts.ts";
interface Deferred {
promise: Promise<{}>;