summaryrefslogtreecommitdiff
path: root/tests/unit_node/dgram_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit_node/dgram_test.ts')
-rw-r--r--tests/unit_node/dgram_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_node/dgram_test.ts b/tests/unit_node/dgram_test.ts
index 4c6e49577..10c8e5253 100644
--- a/tests/unit_node/dgram_test.ts
+++ b/tests/unit_node/dgram_test.ts
@@ -1,6 +1,6 @@
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
-import { assertEquals } from "@test_util/std/assert/mod.ts";
+import { assertEquals } from "@std/assert/mod.ts";
import { execCode } from "../unit/test_util.ts";
import { createSocket } from "node:dgram";