diff --git a/tests/test_wordlist.py b/tests/test_wordlist.py index 9ae33316634a687c0fe2531f403b314ce1e87964..b83180ad7fbda0c653b97c3907aa01d113852504 100644 --- a/tests/test_wordlist.py +++ b/tests/test_wordlist.py @@ -66,6 +66,7 @@ class Test_GetSignedWordList(object): wlist_path = os.path.join(WORDLISTS_DIR, 'wordlist_en_orig.asc') with open(wlist_path, 'r') as fd: result = get_signed_wordlist(fd) + assert len(result) == 7776 assert "11111\ta" == result[0] assert "66666\t@" == result[-1]