Skip to content
Snippets Groups Projects
Commit 6ddb0191 authored by jakubs's avatar jakubs
Browse files

BIS-21 SP-107 test fix

SVN: 25717
parent 46712789
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,8 @@ public abstract class AbstractBaSynthecDataSetRegistratorTest extends
context.checking(new Expectations()
{
{
allowing(openBisService).heartbeat();
one(
openBisService).createDataSetCode();
will(returnValue(DATA_SET_CODE));
......
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