Skip to content

Commit

Permalink
release: v1.4.0
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
severinsimmler authored Sep 2, 2021
2 parents 3cd1709 + 8921b61 commit 9893f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ def test_logger():
assert logger.level == DEBUG

logger.set_level(WARNING)
assert logger == WARNING
assert logger.level == WARNING

0 comments on commit 9893f8f

Please sign in to comment.