We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb5055b commit 43349bcCopy full SHA for 43349bc
1 file changed
tests/unit/test_tion.py
@@ -121,7 +121,7 @@ def warning():
121
log_mock.critical.assert_not_called()
122
123
def test_critical_log_level(self):
124
- """Make sure that we have message at critical level if all goes bas"""
+ """Make sure that we have message at critical level if all goes bad"""
125
@retry(retries=0)
126
def critical():
127
raise Exception
0 commit comments