diff options
Diffstat (limited to 'std/textproto/test.ts')
-rw-r--r-- | std/textproto/test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/textproto/test.ts b/std/textproto/test.ts index bdb929369..5b67bbf95 100644 --- a/std/textproto/test.ts +++ b/std/textproto/test.ts @@ -5,7 +5,7 @@ import { append } from "./mod.ts"; import { assertEquals } from "../testing/asserts.ts"; -import { test } from "../testing/mod.ts"; +const { test } = Deno; test(async function textprotoAppend(): Promise<void> { const enc = new TextEncoder(); |