Skip to content

Commit

Permalink
Cleanup Boolean Test Cases 23
Browse files Browse the repository at this point in the history
  • Loading branch information
sathishk committed Feb 29, 2024
1 parent 96b716a commit a1c10e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class BooleanParserTest {
* Steps:
* 1) Pass valid boolean value ( originalValue ).
* 2) Get JSON String from Jackson.
* 3) Read JSON String as Java Object using SJson.
* 3) With this JSON String read Java Object using SJson.
* <p>
* Expected Result:
* This value should be equal to originalValue.
Expand Down

0 comments on commit a1c10e4

Please sign in to comment.