summaryrefslogtreecommitdiff
path: root/tests/unit_node/os_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit_node/os_test.ts')
-rw-r--r--tests/unit_node/os_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_node/os_test.ts b/tests/unit_node/os_test.ts
index 810c22518..a75b66807 100644
--- a/tests/unit_node/os_test.ts
+++ b/tests/unit_node/os_test.ts
@@ -7,7 +7,7 @@ import {
assertEquals,
assertNotEquals,
assertThrows,
-} from "@std/assert/mod.ts";
+} from "@std/assert";
Deno.test({
name: "build architecture is a string",