diff options
Diffstat (limited to 'tests/unit/io_test.ts')
-rw-r--r-- | tests/unit/io_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/io_test.ts b/tests/unit/io_test.ts index 04c9dab4b..aadb82297 100644 --- a/tests/unit/io_test.ts +++ b/tests/unit/io_test.ts @@ -1,6 +1,6 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. import { assertEquals } from "./test_util.ts"; -import { Buffer } from "@test_util/std/io/buffer.ts"; +import { Buffer } from "@std/io/buffer.ts"; const DEFAULT_BUF_SIZE = 32 * 1024; |