mirror of
https://github.com/corda/corda.git
synced 2025-01-11 15:32:49 +00:00
Merge pull request #2074 from corda/mkit-add-test-comment
Adding comment to test
This commit is contained in:
commit
70b6944c96
@ -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…
Reference in New Issue
Block a user