Skip to content

Commit c081346

Browse files
committed
Fix parameter pwl_files in call to set_spelling_options
1 parent d034231 commit c081346

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_msgcheck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ def test_spelling_str_multiple_pwl() -> None:
330330
def test_spelling_bad_dict() -> None:
331331
"""Test spelling with a bad dict option."""
332332
po_check = PoCheck()
333-
po_check.set_spelling_options("str", "xxx", None)
333+
po_check.set_spelling_options("str", "xxx", [])
334334
assert not po_check.extra_checkers
335335

336336

0 commit comments

Comments
 (0)