diff options
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/integration/inspector_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration/inspector_tests.rs b/cli/tests/integration/inspector_tests.rs index 18b4d8ef9..17f48ba5c 100644 --- a/cli/tests/integration/inspector_tests.rs +++ b/cli/tests/integration/inspector_tests.rs @@ -927,7 +927,7 @@ async fn inspector_with_ts_files() { r#"{"method":"Debugger.resumed","params":{}}"#, r#"{"method":"Runtime.consoleAPICalled","#, r#"{"method":"Runtime.consoleAPICalled","#, - r#"{"method":"Runtime.executionContextDestroyed","params":{"executionContextId":1}}"#, + r#"{"method":"Runtime.executionContextDestroyed","params":{"executionContextId":1"#, ], ) .await; |