mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-24 03:31:21 +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!
|
||
|
}
|