Skip to content

Commit

Permalink
add ref to PR
Browse files Browse the repository at this point in the history
  • Loading branch information
snopoke committed Jun 24, 2021
1 parent a2f3695 commit a8b49f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_minilinq.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def test_eval_auto_id_reference_nested(self):
# '1.bar.1.bar.[0]' -> '1.bar.[0]'

# With the change above AND a change to jsonpath_rw to prevent converting IDs that exist into
# auto IDs we get the following:
# auto IDs (see https://github.com/kennknowles/python-jsonpath-rw/pull/96) we get the following:
# Reference("id"):
# '1.bar.bazzer' -> 'bazzer'
#
Expand Down

0 comments on commit a8b49f7

Please sign in to comment.