Skip to content

Commit

Permalink
core.sk:25 - fix typo, missing []
Browse files Browse the repository at this point in the history
  • Loading branch information
cooffeeRequired committed Feb 1, 2025
1 parent 9cefa16 commit ea30c2b
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 "%element "array" of {_json}%" is "{""A"":1,""B"":2,""C"":3,""location"":{}}" with "failing: cannot retrieve all elements"
assert "%element "array" of {_json}%" is "[{""A"":1,""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 ea30c2b

Please # to comment.