Skip to content

Commit

Permalink
core.sk:23 fix assertions, missed ""
Browse files Browse the repository at this point in the history
  • Loading branch information
cooffeeRequired committed Feb 1, 2025
1 parent c976959 commit 8f63032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scripts/custom/core.sk
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test "core":

assert count of keys "A" in {_json}.array[0] is 1 with "failing: cannot retrieve count of keys"

assert elements "array" of {_json} is "{""A"":2,""B"":2,""C"":3,""location"":{}}" with "failing: cannot retrieve all elements"
assert "%element "array" of {_json}%" is "{""A"":2,""B"":2,""C"":3,""location"":{}}" with "failing: cannot retrieve all elements"

map {_json} to {_jsons::*}
assert {_jsons::array::1::A} is 1 with "failing: cannot map nested values"
Expand Down

0 comments on commit 8f63032

Please sign in to comment.