Skip to content

Commit

Permalink
fixing checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Zulko committed Nov 24, 2024
1 parent 3232f87 commit e9ce915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def to_file(*args, **kwargs):
with pytest.warns(PendingDeprecationWarning) as record:
func(1, b=2)

assert len(record) > 1
assert len(record) > 0
assert record[0].message.args[0] == expected_warning_message


Expand Down

0 comments on commit e9ce915

Please sign in to comment.