diff --git a/modules/test/test_wiktionary.py b/modules/test/test_wiktionary.py index c318e2e..7dd54c9 100644 --- a/modules/test/test_wiktionary.py +++ b/modules/test/test_wiktionary.py @@ -17,7 +17,6 @@ class TestWiktionary(unittest.TestCase): def test_wiktionary(self): w = wiktionary.wiktionary('test') - assert len(w[0]) > 0 assert len(w[1]) > 0 def test_wiktionary_none(self):