Skip to content

Commit

Permalink
Fix testFunctionalProgramming shell test failure
Browse files Browse the repository at this point in the history
Please refer to ballerina-platform#43344 (comment) for the reason
  • Loading branch information
lochana-chathura committed Nov 13, 2024
1 parent 02a9afa commit 7bcd50c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"source": "f",
"result": {
"shellValue": {
"value": "function IntFilter",
"value": "function isolated function (int) returns (boolean)",
"mimeType":"plain/text",
"type":"IntFilter"
"type":"isolated function (int) returns (boolean)"
},
"errors":[],
"diagnostics":[],
Expand Down

0 comments on commit 7bcd50c

Please sign in to comment.