gecko/snow/consensus/avalanche/topological_test.go

11 lines
220 B
Go

// (c) 2019-2020, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.
package avalanche
import (
"testing"
)
func TestTopological(t *testing.T) { ConsensusTest(t, TopologicalFactory{}) }