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

Flake

parent d78b056b
No related branches found
No related tags found
1 merge request!137Communicative workflow reader
......@@ -200,10 +200,10 @@ class TestModelCreationFailure(unittest.TestCase):
_as_json_stringio(self.working_data)
)
def _as_json_stringio(data):
fp = StringIO()
json.dump(data, fp)
fp.seek(0)
return fp
......@@ -92,7 +92,8 @@ class TestCoreMCODriver(unittest.TestCase):
("force_bdss.core_mco_driver",
"ERROR",
"Failed to create or initialize listener with id "
"force.bdss.enthought.plugin.test.v0.factory.probe_notification_listener: "))
"force.bdss.enthought.plugin.test.v0"
".factory.probe_notification_listener: "))
self.assertEqual(len(listeners), 0)
......
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