Add missing quotes in test case

This commit is contained in:
Mathieu Comandon 2016-03-11 08:55:05 -08:00
parent 20647c6881
commit 8efcdff73e

View file

@ -48,4 +48,4 @@ class TestScriptInterpreter(TestCase):
{'_substitute': 'foo'}
)
self.assertEqual(ex.exception.message,
"The command substitute does not exists")
"The command \"substitute\" does not exist.")