Fix merge conflicts

This commit is contained in:
Anthony Keenan 2018-03-26 15:52:00 +01:00
parent 7dbceaadcb
commit 23e4f4cb6f

View File

@ -91,7 +91,7 @@ open class NodeSchedulerServiceTestBase {
protected fun assertStarted(flowLogic: FlowLogic<*>) {
// Like in assertWaitingFor, use timeout to make verify wait as we often race the call to startFlow:
verify(flowStarter, timeout(5000)).startFlow(same(flowLogic)!!, any())
verify(flowStarter, timeout(5000)).startFlow(same(flowLogic)!!, any(), any())
}
protected fun assertStarted(event: Event) = assertStarted(event.flowLogic)