diff options
Diffstat (limited to 'tests/unit_node/domain_test.ts')
-rw-r--r-- | tests/unit_node/domain_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_node/domain_test.ts b/tests/unit_node/domain_test.ts index 88c2b4b47..ddc56efae 100644 --- a/tests/unit_node/domain_test.ts +++ b/tests/unit_node/domain_test.ts @@ -4,7 +4,7 @@ import domain from "node:domain"; import { EventEmitter } from "node:events"; -import { assertEquals } from "@std/assert/mod.ts"; +import { assertEquals } from "@std/assert"; Deno.test("should work on throws", async function () { const deferred = Promise.withResolvers<void>(); |