summaryrefslogtreecommitdiff
path: root/cli/lsp/testing/execution.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/lsp/testing/execution.rs')
-rw-r--r--cli/lsp/testing/execution.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/cli/lsp/testing/execution.rs b/cli/lsp/testing/execution.rs
index af890cc0d..ee182c690 100644
--- a/cli/lsp/testing/execution.rs
+++ b/cli/lsp/testing/execution.rs
@@ -165,7 +165,11 @@ async fn test_specifier(
&ps,
specifier.clone(),
PermissionsContainer::new(permissions),
- vec![ops::testing::init(sender, fail_fast_tracker, filter)],
+ vec![ops::testing::deno_test::init_ops(
+ sender,
+ fail_fast_tracker,
+ filter,
+ )],
Stdio {
stdin: StdioPipe::Inherit,
stdout,