diff options
Diffstat (limited to 'std/ws/test.ts')
-rw-r--r-- | std/ws/test.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/std/ws/test.ts b/std/ws/test.ts index 787cb76e2..e8fa4f8b1 100644 --- a/std/ws/test.ts +++ b/std/ws/test.ts @@ -7,14 +7,14 @@ import { acceptable, createSecAccept, createSecKey, + createWebSocket, handshake, OpCode, readFrame, unmask, writeFrame, - createWebSocket, } from "./mod.ts"; -import { encode, decode } from "../encoding/utf8.ts"; +import { decode, encode } from "../encoding/utf8.ts"; import { delay } from "../async/delay.ts"; Deno.test("[ws] read unmasked text frame", async () => { |