gecko/snow/consensus/snowstorm/input_test.go

11 lines
223 B
Go

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