summaryrefslogtreecommitdiff
path: root/ws/test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ws/test.ts')
-rw-r--r--ws/test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/ws/test.ts b/ws/test.ts
index 482d6926d..93936988a 100644
--- a/ws/test.ts
+++ b/ws/test.ts
@@ -11,7 +11,7 @@ import {
unmask,
writeFrame
} from "./mod.ts";
-import { encode } from "../strings/strings.ts";
+import { encode } from "../strings/mod.ts";
const { Buffer } = Deno;