diff --git a/tests/test_pwd.py b/tests/test_pwd.py index 494fccb..374d16c 100644 --- a/tests/test_pwd.py +++ b/tests/test_pwd.py @@ -996,7 +996,7 @@ def test_numwords(self): ): assert numwords(n) == word - for n, word, wrongword in ( + for n, word, _wrongword in ( # TODO: should be one point two three ("1.23", "one point two three", "one point twenty-three"), ):