mirror of
https://github.com/corda/corda.git
synced 2025-06-01 23:20:54 +00:00
Adding comment to test
This commit is contained in:
parent
d5f8258bd1
commit
f3253b4644
@ -293,6 +293,8 @@ class FlowStackSnapshotTest {
|
|||||||
node.registerInitiatedFlow(DummyFlow::class.java)
|
node.registerInitiatedFlow(DummyFlow::class.java)
|
||||||
node.services.startFlow(FlowStackSnapshotSerializationTestingFlow()).resultFuture.get()
|
node.services.startFlow(FlowStackSnapshotSerializationTestingFlow()).resultFuture.get()
|
||||||
val thrown = try {
|
val thrown = try {
|
||||||
|
// Due to the [MockNetwork] implementation, the easiest way to trigger object serialization process is at
|
||||||
|
// the network stopping stage.
|
||||||
mockNet.stopNodes()
|
mockNet.stopNodes()
|
||||||
null
|
null
|
||||||
} catch (exception: Exception) {
|
} catch (exception: Exception) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user