mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-27 03:31:42 +00:00
everything but binary, common, and blocks are explicitly imported.
This commit is contained in:
9
consensus/part_set_test.go
Normal file
9
consensus/part_set_test.go
Normal file
@ -0,0 +1,9 @@
|
||||
package consensus
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestBasicPartSet(t *testing.T) {
|
||||
// XXX this is fun!
|
||||
}
|
Reference in New Issue
Block a user