mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-23 09:21:37 +00:00
relax the test that assumed the Chinese list has few ASCII words
This commit is contained in:
parent
57f676f4a6
commit
2f6b87c86b
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user