From: Steven Tobin Date: Sat, 24 Jan 2026 11:35:40 +0000 (+0000) Subject: fix failing test X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b981361292ae7328313e116178acacc90680df5e;p=redacted-XKCD-password-generator.git fix failing test --- diff --git a/tests/test_xkcdpass.py b/tests/test_xkcdpass.py index eb17020..f0185b3 100644 --- a/tests/test_xkcdpass.py +++ b/tests/test_xkcdpass.py @@ -29,7 +29,7 @@ class XkcdPasswordTests(unittest.TestCase): valid_chars='[a-z]') def test_loadwordfile(self): - self.assertEqual(len(self.wordlist_full), 5670) + self.assertEqual(len(self.wordlist_full), 29611) def test_regex(self): self.assertNotIn("__$$$__", self.wordlist_small)