Skip to content

Commit

Permalink
Fix tests for module-scoped logger
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed May 16, 2022
1 parent 961f7fe commit 8c8e0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_thefuzz_pytest.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ def test_process_warning(caplog):
log = caplog.records[0]

assert log.levelname == "WARNING"
assert log.name == "root"
assert log.name == "thefuzz.process"
assert logstr == log.message

0 comments on commit 8c8e0a1

Please sign in to comment.