diff options
Diffstat (limited to 'ws/test.ts')
-rw-r--r-- | ws/test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ws/test.ts b/ws/test.ts index 684c43002..46ea1cb83 100644 --- a/ws/test.ts +++ b/ws/test.ts @@ -1,7 +1,7 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import "./sha1_test.ts"; -import { Buffer } from "deno"; +const { Buffer } = Deno; import { BufReader } from "../io/bufio.ts"; import { assert, assertEqual, test } from "../testing/mod.ts"; import { |