tendermint/consensus/part_set_test.go

10 lines
103 B
Go
Raw Normal View History

package consensus
import (
"testing"
)
func TestBasicPartSet(t *testing.T) {
// XXX this is fun!
}