tendermint/tm-monitor/monitor_test.go

12 lines
145 B
Go
Raw Normal View History

2017-02-24 18:54:36 +04:00
package main_test
import "testing"
func TestMonitorStartStop(t *testing.T) {
}
func TestMonitorReceivesNewBlocksFromNodes(t *testing.T) {
}