summaryrefslogtreecommitdiff
path: root/std/fs/utils_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/fs/utils_test.ts')
-rw-r--r--std/fs/utils_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/fs/utils_test.ts b/std/fs/utils_test.ts
index 5b33842ad..751180177 100644
--- a/std/fs/utils_test.ts
+++ b/std/fs/utils_test.ts
@@ -2,8 +2,8 @@
import { test } from "../testing/mod.ts";
import { assertEquals } from "../testing/asserts.ts";
+import * as path from "../path/mod.ts";
import { isSubdir, getFileInfoType, PathType } from "./utils.ts";
-import * as path from "./path/mod.ts";
import { ensureFileSync } from "./ensure_file.ts";
import { ensureDirSync } from "./ensure_dir.ts";