Skip to content

Commit 6d6977c

Browse files
Update data.py
1 parent 1fc124e commit 6d6977c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/data.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"baz": "hello",
55
"tada": [{"foo": "bar"}, {"baz": False}, "boo", {}, []],
66
}
7-
post_query = """let $nodeKey := sdb:nodekey(jn:doc('Query','query_resource1').foo[[2]])
7+
post_query = """let $nodeKey := sdb:nodekey(jn:doc('Query','query_resource1').foo[2])
88
return $nodeKey"""
99

10-
resource_query = """let $nodeKey := sdb:nodekey($$.foo[[2]])
10+
resource_query = """let $nodeKey := sdb:nodekey($$.foo[2])
1111
return $nodeKey"""

0 commit comments

Comments
 (0)