Skip to content

Commit e1c1d51

Browse files
oakmaccburgmer
authored andcommitted
minor - formatting
1 parent 51fc238 commit e1c1d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/json_path/test/json_path_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
{:bar "baz" :hello "world"}]}) => ["world"]
2626
(at-path "$.foo[?(@.id=$.id)].text"
2727
{:id 45, :foo [{:id 12, :text "bar"},
28-
{:id 45, :text "hello"}]}) => ["hello"]
28+
{:id 45, :text "hello"}]}) => ["hello"]
2929
(at-path "$.foo[*].bar[*].baz"
3030
{:foo [{:bar [{:baz "hello"}]}]}) => ["hello"]
3131
(at-path "$[?(@.key>42 && @.key<44)]"

0 commit comments

Comments
 (0)