We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d034231 commit c081346Copy full SHA for c081346
1 file changed
tests/test_msgcheck.py
@@ -330,7 +330,7 @@ def test_spelling_str_multiple_pwl() -> None:
330
def test_spelling_bad_dict() -> None:
331
"""Test spelling with a bad dict option."""
332
po_check = PoCheck()
333
- po_check.set_spelling_options("str", "xxx", None)
+ po_check.set_spelling_options("str", "xxx", [])
334
assert not po_check.extra_checkers
335
336
0 commit comments