Skip to content

Commit

Permalink
Merge pull request #330 from Lojjs/tck-keys-list-order
Browse files Browse the repository at this point in the history
Ignoring element order for keys() on literal map
  • Loading branch information
Lojjs authored Oct 17, 2018
2 parents 1db001d + fd62b9d commit 4a2896e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tck/features/KeysAcceptance.feature
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Feature: KeysAcceptance
"""
RETURN keys({name: 'Alice', age: 38, address: {city: 'London', residential: true}}) AS k
"""
Then the result should be:
Then the result should be (ignoring element order for lists):
| k |
| ['name', 'age', 'address'] |
And no side effects
Expand Down

0 comments on commit 4a2896e

Please sign in to comment.