mirror of
https://github.com/corda/corda.git
synced 2024-12-27 08:22:35 +00:00
Remove stringy check from test
This commit is contained in:
parent
6a2217ace6
commit
1722ec5e69
@ -88,12 +88,11 @@ class MaxTransactionSizeTests {
|
||||
assertEquals(hash1, bigFile1.sha256)
|
||||
SendLargeTransactionFlow(notary, bob, hash1, hash2, hash3, hash4, verify = false)
|
||||
}
|
||||
val ex = assertFailsWith<UnexpectedFlowEndException> {
|
||||
assertFailsWith<UnexpectedFlowEndException> {
|
||||
val future = aliceServices.startFlow(flow)
|
||||
mockNet.runNetwork()
|
||||
future.getOrThrow()
|
||||
}
|
||||
assertThat(ex).hasMessageContaining("Counterparty flow on O=Bob Plc, L=Rome, C=IT had an internal error and has terminated")
|
||||
}
|
||||
|
||||
@StartableByRPC
|
||||
|
Loading…
Reference in New Issue
Block a user