summaryrefslogtreecommitdiff
path: root/core/modules/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/tests.rs')
-rw-r--r--core/modules/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/tests.rs b/core/modules/tests.rs
index 103019412..0eb7ce514 100644
--- a/core/modules/tests.rs
+++ b/core/modules/tests.rs
@@ -342,7 +342,7 @@ fn test_mods() {
deno_core::extension!(test_ext, ops = [op_test]);
let mut runtime = JsRuntime::new(RuntimeOptions {
- extensions: vec![test_ext::init_ext()],
+ extensions: vec![test_ext::init_ops()],
module_loader: Some(loader),
..Default::default()
});