Skip to content

Commit 2e30b34

Browse files
authored
Update test_parser_partial.py
1 parent 36a0333 commit 2e30b34

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_parser_partial.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ def test_invalid_key_type(self, parser, complex_json):
137137
parser.find_key(complex_json, 1234, partial=False, case_sensitive=True)
138138
except TypeError:
139139
assert True
140-
141140

142141
def test_empty_key(self, parser, complex_json):
143142
"""Pass empty key."""

0 commit comments

Comments
 (0)