Skip to content

Commit

Permalink
chore: Fix for flake8-comprehensions
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jan 7, 2023
1 parent 30596b1 commit de94db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def get_test_cases():
(NonObjectReleaseError, '{}'),
(NonObjectReleaseError, b'{}'),
(NonObjectReleaseError, []),
(NonObjectReleaseError, tuple()),
(NonObjectReleaseError, ()),
(NonObjectReleaseError, set()),
])
def test_errors(error, data, empty_merger):
Expand Down

0 comments on commit de94db2

Please sign in to comment.