diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-04-02 12:57:05 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-02 12:57:05 +1100 |
commit | 858abbe745aa8188654120d4999ab983b014c197 (patch) | |
tree | 85b314b1e8166aaa9efb2ba1f416abfa00f0b7a8 /tests/unit/files_test.ts | |
parent | b0c1bd82a85ddb54ffe717a2c158c33c0be99fe8 (diff) |
chore: update `std` submodule to 0.221.0 (#23112)
Diffstat (limited to 'tests/unit/files_test.ts')
-rw-r--r-- | tests/unit/files_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/files_test.ts b/tests/unit/files_test.ts index 0034a8472..b25b2fd5d 100644 --- a/tests/unit/files_test.ts +++ b/tests/unit/files_test.ts @@ -8,7 +8,7 @@ import { assertRejects, assertThrows, } from "./test_util.ts"; -import { copy } from "@std/streams/copy.ts"; +import { copy } from "@std/io/copy.ts"; // Note tests for Deno.FsFile.setRaw is in integration tests. |