gecko/snow/consensus/snowman/topological_test.go

11 lines
218 B
Go
Raw Normal View History

2020-03-10 12:20:34 -07:00
// (c) 2019-2020, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.
package snowman
import (
"testing"
)
2020-04-05 20:46:41 -07:00
func TestTopological(t *testing.T) { ConsensusTest(t, TopologicalFactory{}) }