summaryrefslogtreecommitdiff
path: root/tests/unit_node/_fs/_fs_rm_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit_node/_fs/_fs_rm_test.ts')
-rw-r--r--tests/unit_node/_fs/_fs_rm_test.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit_node/_fs/_fs_rm_test.ts b/tests/unit_node/_fs/_fs_rm_test.ts
index 1cc82a0cc..64aa378b6 100644
--- a/tests/unit_node/_fs/_fs_rm_test.ts
+++ b/tests/unit_node/_fs/_fs_rm_test.ts
@@ -4,10 +4,10 @@ import {
assertRejects,
assertThrows,
fail,
-} from "@test_util/std/assert/mod.ts";
+} from "@std/assert/mod.ts";
import { rm, rmSync } from "node:fs";
import { existsSync } from "node:fs";
-import { join } from "@test_util/std/path/mod.ts";
+import { join } from "@std/path/mod.ts";
Deno.test({
name: "ASYNC: removing empty folder",