diff --git a/node/_fs/_fs_link_test.ts b/node/_fs/_fs_link_test.ts index 0251e55fb7285..bac1607b4fbf1 100644 --- a/node/_fs/_fs_link_test.ts +++ b/node/_fs/_fs_link_test.ts @@ -1,7 +1,7 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { fail, assertEquals } from "../../testing/asserts.ts"; import { link, linkSync } from "./_fs_link.ts"; -import { assert } from "https://deno.land/std@v0.50.0/testing/asserts.ts"; +import { assert } from "../../testing/asserts.ts"; const isWindows = Deno.build.os === "windows";