summaryrefslogtreecommitdiff
path: root/std/io/readers_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/io/readers_test.ts')
-rw-r--r--std/io/readers_test.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/std/io/readers_test.ts b/std/io/readers_test.ts
index 474407427..e3aaad0a5 100644
--- a/std/io/readers_test.ts
+++ b/std/io/readers_test.ts
@@ -1,5 +1,4 @@
-const { copy } = Deno;
-import { test } from "../testing/mod.ts";
+const { copy, test } = Deno;
import { assertEquals } from "../testing/asserts.ts";
import { MultiReader, StringReader } from "./readers.ts";
import { StringWriter } from "./writers.ts";