diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-09-12 12:42:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-12 12:42:05 +0200 |
commit | f32acb945e4f96b540c61705eb0d786fc4389d60 (patch) | |
tree | c5a286d5ded60971fc38638a205efbb3074f78f2 /cli | |
parent | 82c28640658df400e5bed2e208912247b1e83d0f (diff) |
refactor: rewrite ext/io, ext/webstorage ops to op2 (#20461)
Diffstat (limited to 'cli')
-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 526efbdf2..e593c3b29 100644 --- a/cli/tests/integration/inspector_tests.rs +++ b/cli/tests/integration/inspector_tests.rs @@ -365,7 +365,7 @@ async fn inspector_break_on_first_line() { .await; tester .assert_received_messages( - &[r#"{"id":4,"result":{"result":{"type":"undefined"}}}"#], + &[r#"{"id":4,"result":{"result":{"type":"object","subtype":"null","value":null}}}"#], &[], ) .await; |