Fix failing test

This commit is contained in:
Seth Vargo
2017-06-29 08:38:03 +08:00
parent da9d57f5f1
commit 8f97e9b04d

View File

@@ -72,6 +72,7 @@ func TestRenewer_NewRenewer(t *testing.T) {
// Zero-out channels because reflect
v.client = nil
v.random = nil
v.doneCh = nil
v.renewCh = nil
v.stopCh = nil