Skip to content
Snippets Groups Projects
Commit faf9d889 authored by Stefano Borini's avatar Stefano Borini
Browse files

Fixed typo

parent 02878b97
No related branches found
No related tags found
1 merge request!182Unicode check and porting to python3
...@@ -116,7 +116,7 @@ class TestCoreEvaluationDriver(unittest.TestCase): ...@@ -116,7 +116,7 @@ class TestCoreEvaluationDriver(unittest.TestCase):
" the number of user-defined names"): " the number of user-defined names"):
driver.application_started() driver.application_started()
def test_mco_comunicator_broken(self): def test_mco_communicator_broken(self):
self.registry.mco_factories[0].raises_on_create_communicator = True self.registry.mco_factories[0].raises_on_create_communicator = True
driver = CoreEvaluationDriver( driver = CoreEvaluationDriver(
application=self.mock_application, application=self.mock_application,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment