diff options
Diffstat (limited to 'cli/tests/unit/stdio_test.ts')
-rw-r--r-- | cli/tests/unit/stdio_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/unit/stdio_test.ts b/cli/tests/unit/stdio_test.ts index 244ebcd47..d5a7304a7 100644 --- a/cli/tests/unit/stdio_test.ts +++ b/cli/tests/unit/stdio_test.ts @@ -1,5 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -import { unitTest, assertEquals } from "./test_util.ts"; +import { assertEquals, unitTest } from "./test_util.ts"; unitTest(async function stdioStdinRead() { const nread = await Deno.stdin.read(new Uint8Array(0)); |