summaryrefslogtreecommitdiff
path: root/tests/unit_node/v8_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit_node/v8_test.ts')
-rw-r--r--tests/unit_node/v8_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_node/v8_test.ts b/tests/unit_node/v8_test.ts
index b91d595db..f7208fb0e 100644
--- a/tests/unit_node/v8_test.ts
+++ b/tests/unit_node/v8_test.ts
@@ -6,7 +6,7 @@ import {
serialize,
setFlagsFromString,
} from "node:v8";
-import { assertEquals } from "@std/assert/mod.ts";
+import { assertEquals } from "@std/assert";
// https://github.com/nodejs/node/blob/a2bbe5ff216bc28f8dac1c36a8750025a93c3827/test/parallel/test-v8-version-tag.js#L6
Deno.test({