mirror of
https://github.com/corda/corda.git
synced 2025-02-20 17:33:15 +00:00
Update to match MockNetwork API change (#1831)
This commit is contained in:
parent
3f6ce3c861
commit
3afe855042
@ -89,7 +89,7 @@ class CordaServiceTest {
|
||||
notaryNode = mockNet.createNode(
|
||||
legalName = DUMMY_NOTARY.name,
|
||||
advertisedServices = *arrayOf(ServiceInfo(ValidatingNotaryService.type)))
|
||||
nodeA = mockNet.createNode(notaryNode.network.myAddress)
|
||||
nodeA = mockNet.createNode()
|
||||
mockNet.startNodes()
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user