summaryrefslogtreecommitdiff
path: root/std/fs/ensure_symlink_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/fs/ensure_symlink_test.ts')
-rw-r--r--std/fs/ensure_symlink_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/fs/ensure_symlink_test.ts b/std/fs/ensure_symlink_test.ts
index 4dee56788..0c2c53e5d 100644
--- a/std/fs/ensure_symlink_test.ts
+++ b/std/fs/ensure_symlink_test.ts
@@ -6,8 +6,8 @@ import {
assertThrows,
assertThrowsAsync
} from "../testing/asserts.ts";
+import * as path from "../path/mod.ts";
import { ensureSymlink, ensureSymlinkSync } from "./ensure_symlink.ts";
-import * as path from "./path/mod.ts";
const testdataDir = path.resolve("fs", "testdata");
const isWindows = Deno.build.os === "win";