summaryrefslogtreecommitdiff
path: root/tests/unit/io_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/io_test.ts')
-rw-r--r--tests/unit/io_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/io_test.ts b/tests/unit/io_test.ts
index aadb82297..5b55729dd 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 "@std/io/buffer.ts";
+import { Buffer } from "@std/io/buffer";
const DEFAULT_BUF_SIZE = 32 * 1024;