Skip to content

Commit

Permalink
Merge pull request #4 from KavinduZoysa/gimantha-table-issue
Browse files Browse the repository at this point in the history
Change shell service tests
  • Loading branch information
KavinduZoysa authored Jan 18, 2023
2 parents 3c57ded + ca27030 commit c5f02e5
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 c5f02e5

Please sign in to comment.