relax the test that assumed the Chinese list has few ASCII words

This commit is contained in:
Rob Speer 2018-06-15 16:29:15 -04:00
parent 57f676f4a6
commit 2f6b87c86b

View File

@ -177,7 +177,7 @@ def test_not_really_random():
def test_not_enough_ascii():
with pytest.raises(ValueError):
random_ascii_words(lang='zh', bits_per_word=14)
random_ascii_words(lang='zh', bits_per_word=16)
def test_arabic():