micro/registry/gossip/watcher_test.go
2018-12-04 16:41:40 +00:00

6 lines
70 B
Go

package gossip
func TestWatcher(t *testing.T) {
w := newWatcher()
}