summaryrefslogtreecommitdiff
path: root/client/test.py
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-10-01 15:01:25 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2014-10-01 15:01:25 +0200
commit66264fa47e264e2518abaaad5f44424c1c2e0864 (patch)
tree3815b76daf2687e6496bb8088bfa748f41103bd2 /client/test.py
parent32388e79b28f4f0c929bbf9200d4ba96b23526ff (diff)
downloadjasper-client-66264fa47e264e2518abaaad5f44424c1c2e0864.tar.gz
jasper-client-66264fa47e264e2518abaaad5f44424c1c2e0864.zip
Fix VocabCompiler testcase because MUSIC/SPOTIFY are not hardcoded anymore
Diffstat (limited to 'client/test.py')
-rw-r--r--client/test.py4
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 = [