github.com/MetalBlockchain/metalgo@v1.11.9/snow/consensus/snowman/topological_test.go (about) 1 // Copyright (C) 2019-2024, Ava Labs, Inc. All rights reserved. 2 // See the file LICENSE for licensing terms. 3 4 package snowman 5 6 import "testing" 7 8 func TestTopological(t *testing.T) { 9 runConsensusTests(t, TopologicalFactory{}) 10 }