mirror of
https://github.com/corda/corda.git
synced 2024-12-19 13:08:04 +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.services.startFlow(FlowStackSnapshotSerializationTestingFlow()).resultFuture.get()
|
||||
val thrown = try {
|
||||
// Due to the [MockNetwork] implementation, the easiest way to trigger object serialization process is at
|
||||
// the network stopping stage.
|
||||
mockNet.stopNodes()
|
||||
null
|
||||
} catch (exception: Exception) {
|
||||
|
Loading…
Reference in New Issue
Block a user