summaryrefslogtreecommitdiff
path: root/std/node/_stream/writable_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/node/_stream/writable_test.ts')
-rw-r--r--std/node/_stream/writable_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/node/_stream/writable_test.ts b/std/node/_stream/writable_test.ts
index d0650c49e..d6133b65f 100644
--- a/std/node/_stream/writable_test.ts
+++ b/std/node/_stream/writable_test.ts
@@ -1,6 +1,6 @@
// Copyright Node.js contributors. All rights reserved. MIT License.
import { Buffer } from "../buffer.ts";
-import finished from "./end-of-stream.ts";
+import finished from "./end_of_stream.ts";
import Writable from "../_stream/writable.ts";
import { deferred } from "../../async/mod.ts";
import {