changed japanese test because the most common japanese ascii word keeps changing

Former-commit-id: 5ed03b006c
This commit is contained in:
Joshua Chin 2015-06-29 11:04:19 -04:00
parent fa89956df3
commit d10109bb38

View File

@ -110,8 +110,8 @@ def test_not_really_random():
# This not only tests random_ascii_words, it makes sure we didn't end
# up with 'eos' as a very common Japanese word
eq_(random_ascii_words(nwords=4, lang='ja', bits_per_word=0),
'rt rt rt rt')
eq_(random_words(nwords=4, lang='ja', bits_per_word=0),
'の の の の')
@raises(ValueError)