diff --git a/test/test_Dict.py b/test/test_Dict.py index 5a2447a2a..91458942c 100644 --- a/test/test_Dict.py +++ b/test/test_Dict.py @@ -51,6 +51,7 @@ class DictTestCase(PluginTestCase): def testRandomDictionary(self): self.assertNotError('randomdictionary') + self.assertNotError('dict [randomdictionary] moo') # vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: