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

Fixed flake

parent 7f3b25dd
No related branches found
No related tags found
1 merge request!122Introduced ExecutionLayer object to simplify notification handling
......@@ -93,14 +93,15 @@ class TestWorkflowWriter(unittest.TestCase):
ExecutionLayer(data_source_models=[
BaseDataSourceModel(
mock.Mock(spec=IDataSourceFactory,
id=factory_id("enthought", "mock2"))),
id=factory_id("enthought", "mock2"))),
BaseDataSourceModel(
mock.Mock(spec=IDataSourceFactory,
id=factory_id("enthought", "mock2"))),
id=factory_id("enthought", "mock2"))),
]),
ExecutionLayer(data_source_models=[
BaseDataSourceModel(mock.Mock(spec=IDataSourceFactory,
id=factory_id("enthought", "mock2")))
BaseDataSourceModel(
mock.Mock(spec=IDataSourceFactory,
id=factory_id("enthought", "mock2")))
])
]
return wf
......
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