From e73e8410f66aae052c7c2101d7fd3ce8c8b764e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 22 Mar 2023 13:38:56 +0100 Subject: chore: upgrade rusty_v8 to 0.66.0 (#18339) --- cli/tests/integration/inspector_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests') 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; -- cgit v1.2.3