diff options
Diffstat (limited to 'std/ws/sha1_test.ts')
-rw-r--r-- | std/ws/sha1_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/ws/sha1_test.ts b/std/ws/sha1_test.ts index 43b4bc3c1..9d0d90ea4 100644 --- a/std/ws/sha1_test.ts +++ b/std/ws/sha1_test.ts @@ -1,5 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -import { test } from "../testing/mod.ts"; +const { test } = Deno; import { assertEquals } from "../testing/asserts.ts"; import { Sha1 } from "./sha1.ts"; |