mirror of
https://github.com/corda/corda.git
synced 2024-12-19 13:08:04 +00:00
Compile error fix.
This commit is contained in:
parent
cbb8aa74f9
commit
6cd692776f
@ -53,7 +53,7 @@ class NodeMonitorModelTest {
|
||||
|
||||
aliceNode = aliceNodeFuture.get().nodeInfo
|
||||
notaryNode = notaryNodeFuture.get().nodeInfo
|
||||
newNode = { nodeName -> startNode(nodeName).get() }
|
||||
newNode = { nodeName -> startNode(nodeName).get().nodeInfo }
|
||||
val monitor = NodeMonitorModel()
|
||||
|
||||
stateMachineTransactionMapping = monitor.stateMachineTransactionMapping.bufferUntilSubscribed()
|
||||
|
Loading…
Reference in New Issue
Block a user