summaryrefslogtreecommitdiff
path: root/test_napi/common.js
diff options
context:
space:
mode:
Diffstat (limited to 'test_napi/common.js')
-rw-r--r--test_napi/common.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_napi/common.js b/test_napi/common.js
index 6ed9c63a0..ede045666 100644
--- a/test_napi/common.js
+++ b/test_napi/common.js
@@ -5,7 +5,7 @@ export {
assertEquals,
assertRejects,
assertThrows,
-} from "../test_util/std/assert/mod.ts";
+} from "../test_util/std/testing/asserts.ts";
export { fromFileUrl } from "../test_util/std/path/mod.ts";
import process from "node:process";