Skip to content

Commit

Permalink
Update failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshanWeerasinghe committed Feb 26, 2025
1 parent 0a8ae52 commit 726e217
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,14 @@
"optional": {
"type": "boolean",
"className": "boolean"
},
"value": {
"type": "string",
"className": "java.lang.String"
},
"selected": {
"type": "boolean",
"className": "boolean"
}
},
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,14 @@
"optional": {
"type": "boolean",
"className": "boolean"
},
"value": {
"type": "string",
"className": "java.lang.String"
},
"selected": {
"type": "boolean",
"className": "boolean"
}
},
"type": "object",
Expand Down Expand Up @@ -260,6 +268,14 @@
"optional": {
"type": "boolean",
"className": "boolean"
},
"value": {
"type": "string",
"className": "java.lang.String"
},
"selected": {
"type": "boolean",
"className": "boolean"
}
},
"type": "object",
Expand Down Expand Up @@ -575,6 +591,14 @@
"optional": {
"type": "boolean",
"className": "boolean"
},
"value": {
"type": "string",
"className": "java.lang.String"
},
"selected": {
"type": "boolean",
"className": "boolean"
}
},
"type": "object",
Expand Down Expand Up @@ -646,6 +670,14 @@
"optional": {
"type": "boolean",
"className": "boolean"
},
"value": {
"type": "string",
"className": "java.lang.String"
},
"selected": {
"type": "boolean",
"className": "boolean"
}
},
"type": "object",
Expand Down

0 comments on commit 726e217

Please sign in to comment.