mirror of
https://github.com/corda/corda.git
synced 2024-12-26 16:11:12 +00:00
Fix broken integration test in Samples.
This commit is contained in:
parent
26829b9202
commit
bc488cc254
@ -36,8 +36,8 @@ class AttachmentDemoTest : IntegrationTest() {
|
|||||||
invokeRpc(CordaRPCOps::internalVerifiedTransactionsFeed)
|
invokeRpc(CordaRPCOps::internalVerifiedTransactionsFeed)
|
||||||
)))
|
)))
|
||||||
val (nodeA, nodeB) = listOf(
|
val (nodeA, nodeB) = listOf(
|
||||||
startNode(providedName = DUMMY_BANK_A.name, rpcUsers = demoUser, maximumHeapSize = "1g", logLevel = "INFO"),
|
startNode(providedName = DUMMY_BANK_A.name, rpcUsers = demoUser, maximumHeapSize = "1g"),
|
||||||
startNode(providedName = DUMMY_BANK_B.name, rpcUsers = demoUser, maximumHeapSize = "1g", logLevel = "INFO")
|
startNode(providedName = DUMMY_BANK_B.name, rpcUsers = demoUser, maximumHeapSize = "1g")
|
||||||
).map { it.getOrThrow() }
|
).map { it.getOrThrow() }
|
||||||
startWebserver(nodeB).getOrThrow()
|
startWebserver(nodeB).getOrThrow()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user