Skip to content

Commit

Permalink
Fix inaccurate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pederhan committed Dec 12, 2024
1 parent a660170 commit 2d7790f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
def test_loglevel_as_int() -> None:
"""Test that all LogLevel members have an integer representation."""
for level in list(LogLevel):
# If it doesn't implement as_int, this will raise a KeyError
# Ensure as_int() implements all levels
assert level.as_int() is not None

# Snapshot so we can see if any values are changed
Expand Down

0 comments on commit 2d7790f

Please sign in to comment.