diff options
Diffstat (limited to 'client/test.py')
| -rw-r--r-- | client/test.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/test.py b/client/test.py index 501fe6f..fd74571 100644 --- a/client/test.py +++ b/client/test.py @@ -35,9 +35,7 @@ class TestVocabCompiler(unittest.TestCase): dictionary = "temp_dictionary.dic" languagemodel = "temp_languagemodel.lm" - words = [ - 'MUSIC', 'SPOTIFY' - ] + words = [] mock_module = Mock() mock_module.WORDS = [ |
