Skip to content

Commit

Permalink
Change debugger tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KavinduZoysa committed Jan 18, 2023
1 parent 3c57ded commit ca27030
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"shellValue": {
"value":"[{\"first\":\"Melina\", \"last\":\"Kodel\"}, {\"first\":\"Tom\", \"last\":\"Riddle\"}]",
"mimeType":"ballerina-notebook/json-view",
"type":"map\u003c(any|error)\u003e[]"
"type":"record {| string first; string last; |}[]"
},
"errors":[],
"diagnostics":[],
Expand All @@ -83,7 +83,7 @@
"shellValue": {
"value":"[{\"first\":\"Melina\", \"last\":\"Kodel\"}, {\"first\":\"Tom\", \"last\":\"Riddle\"}]",
"mimeType":"ballerina-notebook/json-view",
"type":"map\u003c(any|error)\u003e[]"
"type":"record {| string first; string last; |}[]"
},
"errors":[],
"diagnostics":[],
Expand Down

0 comments on commit ca27030

Please sign in to comment.