mirror of
https://github.com/corda/corda.git
synced 2025-06-22 17:09:00 +00:00
[CORDA-1799]: Avoid generating test CorDapp JARs from each out of process node started by the driver (#3641)
This commit is contained in:
committed by
GitHub
parent
e7f3847839
commit
abc1d99eaa
@ -9,7 +9,7 @@ class InternalMockNetworkTests {
|
||||
fun `does not leak serialization env if init fails`() {
|
||||
val e = Exception("didn't work")
|
||||
assertThatThrownBy {
|
||||
object : InternalMockNetwork() {
|
||||
object : InternalMockNetwork(cordappsForAllNodes = emptySet()) {
|
||||
override fun createNotaries() = throw e
|
||||
}
|
||||
}.isSameAs(e)
|
||||
|
Reference in New Issue
Block a user