mirror of https://github.com/status-im/consul.git
Missed unit test cruft
This commit is contained in:
parent
bc62de541c
commit
94f79d2c3d
|
@ -112,10 +112,6 @@ func TestServerManagerInternal_NewServerManager(t *testing.T) {
|
||||||
t.Fatalf("ServerManager.logger nil")
|
t.Fatalf("ServerManager.logger nil")
|
||||||
}
|
}
|
||||||
|
|
||||||
if sm.consulServersCh == nil {
|
|
||||||
t.Fatalf("ServerManager.consulServersCh nil")
|
|
||||||
}
|
|
||||||
|
|
||||||
if sm.shutdownCh == nil {
|
if sm.shutdownCh == nil {
|
||||||
t.Fatalf("ServerManager.shutdownCh nil")
|
t.Fatalf("ServerManager.shutdownCh nil")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue