summaryrefslogtreecommitdiff
path: root/std/ws/test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/ws/test.ts')
-rw-r--r--std/ws/test.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/std/ws/test.ts b/std/ws/test.ts
index 0d4541f62..c6e74dadc 100644
--- a/std/ws/test.ts
+++ b/std/ws/test.ts
@@ -276,7 +276,6 @@ test("[ws] ws.close() should use 1000 as close code", async () => {
function dummyConn(r: Reader, w: Writer): Conn {
return {
rid: -1,
- closeRead: (): void => {},
closeWrite: (): void => {},
read: (x): Promise<number | null> => r.read(x),
write: (x): Promise<number> => w.write(x),