mirror of
https://github.com/corda/corda.git
synced 2025-04-07 19:34:41 +00:00
node: Add sendManuallyPumped parameter to test
This commit is contained in:
parent
fbbff9fad2
commit
08e6333284
@ -17,7 +17,7 @@ import java.util.*
|
||||
class StateMachineManagerTests {
|
||||
|
||||
val checkpointStorage = RecordingCheckpointStorage()
|
||||
val network = InMemoryMessagingNetwork().InMemoryMessaging(true, InMemoryMessagingNetwork.Handle(1, "mock"))
|
||||
val network = InMemoryMessagingNetwork(false).InMemoryMessaging(true, InMemoryMessagingNetwork.Handle(1, "mock"))
|
||||
val smm = createManager()
|
||||
|
||||
@After
|
||||
@ -88,4 +88,4 @@ class StateMachineManagerTests {
|
||||
override val checkpoints: Iterable<Checkpoint> get() = _checkpoints
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user