summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-03-22 13:38:56 +0100
committerGitHub <noreply@github.com>2023-03-22 13:38:56 +0100
commite73e8410f66aae052c7c2101d7fd3ce8c8b764e7 (patch)
tree57a527ccb5f8fb3255285727da70c129c86d395a /cli/tests
parentaa7f02946de5c92339eea6fe8b6849537077b8d6 (diff)
chore: upgrade rusty_v8 to 0.66.0 (#18339)
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/integration/inspector_tests.rs2
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;