Closed luukko closed 7 years ago
Commit 170daf4 removed a word from the word list and now test_loadwordfile fails because the length does not match:
FAIL: test_loadwordfile (xkcdp_tests.XkcdPasswordTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/luukko/work/aur/xkcdpass/src/XKCD-password-generator-xkcdpass-1.9.4/tests/xkcdp_tests.py", line 20, in test_loadwordfile self.assertEquals(len(self.wordlist_full), 29612) AssertionError: 29611 != 29612
Fixed, thank you!
Commit 170daf4 removed a word from the word list and now test_loadwordfile fails because the length does not match: