tendermint/tm-monitor/monitor_test.go
2017-03-01 23:01:52 +04:00

12 lines
145 B
Go

package main_test
import "testing"
func TestMonitorStartStop(t *testing.T) {
}
func TestMonitorReceivesNewBlocksFromNodes(t *testing.T) {
}