mirror of
https://github.com/corda/corda.git
synced 2024-12-28 00:38:55 +00:00
Fix merge conflicts
This commit is contained in:
parent
7dbceaadcb
commit
23e4f4cb6f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user