mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-24 22:32:15 +00:00
format code
This commit is contained in:
parent
6a76146318
commit
a52b6e9fad
@ -243,7 +243,7 @@ func TestReactorCreatesBlockWhenEmptyBlocksFalse(t *testing.T) {
|
|||||||
func TestReactorRecordsVotesAndBlockParts(t *testing.T) {
|
func TestReactorRecordsVotesAndBlockParts(t *testing.T) {
|
||||||
N := 4
|
N := 4
|
||||||
css, cleanup := randConsensusNet(N, "consensus_reactor_test", newMockTickerFunc(true), newCounter)
|
css, cleanup := randConsensusNet(N, "consensus_reactor_test", newMockTickerFunc(true), newCounter)
|
||||||
defer cleanup()
|
defer cleanup()
|
||||||
reactors, blocksSubs, eventBuses := startConsensusNet(t, css, N)
|
reactors, blocksSubs, eventBuses := startConsensusNet(t, css, N)
|
||||||
defer stopConsensusNet(log.TestingLogger(), reactors, eventBuses)
|
defer stopConsensusNet(log.TestingLogger(), reactors, eventBuses)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user