mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-24 11:41:22 +00:00
10 lines
103 B
Go
10 lines
103 B
Go
package consensus
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestBasicPartSet(t *testing.T) {
|
|
// XXX this is fun!
|
|
}
|