summaryrefslogtreecommitdiff
path: root/tests/unit/buffer_test.ts
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2024-04-02 12:57:05 +1100
committerGitHub <noreply@github.com>2024-04-02 12:57:05 +1100
commit858abbe745aa8188654120d4999ab983b014c197 (patch)
tree85b314b1e8166aaa9efb2ba1f416abfa00f0b7a8 /tests/unit/buffer_test.ts
parentb0c1bd82a85ddb54ffe717a2c158c33c0be99fe8 (diff)
chore: update `std` submodule to 0.221.0 (#23112)
Diffstat (limited to 'tests/unit/buffer_test.ts')
-rw-r--r--tests/unit/buffer_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/buffer_test.ts b/tests/unit/buffer_test.ts
index 06fbef350..88c867c0a 100644
--- a/tests/unit/buffer_test.ts
+++ b/tests/unit/buffer_test.ts
@@ -11,7 +11,7 @@ import {
assertRejects,
assertThrows,
} from "./test_util.ts";
-import { writeAllSync } from "../util/std/streams/write_all.ts";
+import { writeAllSync } from "../util/std/io/write_all.ts";
const MAX_SIZE = 2 ** 32 - 2;
// N controls how many iterations of certain checks are performed.