tendermint/consensus/part_set_test.go

10 lines
103 B
Go

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