From 66264fa47e264e2518abaaad5f44424c1c2e0864 Mon Sep 17 00:00:00 2001 From: schneefux Date: Wed, 1 Oct 2014 15:01:25 +0200 Subject: Fix VocabCompiler testcase because MUSIC/SPOTIFY are not hardcoded anymore --- client/test.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'client/test.py') 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 = [ -- cgit v1.3.1