Skip to content

Commit

Permalink
tests: remove duplicated test case
Browse files Browse the repository at this point in the history
  • Loading branch information
volans- committed Nov 23, 2023
1 parent ee1a185 commit bec6e78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ def upper(options, obj, *, last):
('friends.0|first', 'Dale'),
('friends|0|first', 'Dale'),
('friends|#', 3),
('friends.#', 3),
('friends.#(last="Murphy")#',
[{'first': 'Dale', 'last': 'Murphy', 'age': 44, 'nets': ['ig', 'fb', 'tw']},
{'first': 'Jane', 'last': 'Murphy', 'age': 47, 'nets': ['ig', 'tw']}]),
Expand Down

0 comments on commit bec6e78

Please sign in to comment.