diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-10-17 18:57:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-17 22:57:31 +0000 |
commit | 74be01273c16b83b1063da1750045b12e095f0c3 (patch) | |
tree | a58a74664bb06524d82c55360cca03afac9649cd /cli/tests/unit/files_test.ts | |
parent | 204c46dcc1dc5d77ecbe4bb0c4b131a5110885bc (diff) |
chore: upgrade internal deno_std to 0.160 (#16333)
Diffstat (limited to 'cli/tests/unit/files_test.ts')
-rw-r--r-- | cli/tests/unit/files_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/unit/files_test.ts b/cli/tests/unit/files_test.ts index bb095072c..e5d3a96a7 100644 --- a/cli/tests/unit/files_test.ts +++ b/cli/tests/unit/files_test.ts @@ -8,7 +8,7 @@ import { assertRejects, assertThrows, } from "./test_util.ts"; -import { copy } from "../../../test_util/std/io/util.ts"; +import { copy } from "../../../test_util/std/streams/conversion.ts"; Deno.test(function filesStdioFileDescriptors() { assertEquals(Deno.stdin.rid, 0); |