From cea1be8f18b81eabb2c0889f411b307a6d74ddd7 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Thu, 29 Jun 2017 08:38:03 +0800 Subject: [PATCH] Fix failing test --- api/renewer_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/renewer_test.go b/api/renewer_test.go index c48bcdba41df..262484e0fa01 100644 --- a/api/renewer_test.go +++ b/api/renewer_test.go @@ -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