Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Jul 7, 2017
1 parent da9d57f commit 8f97e9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/renewer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f97e9b

Please sign in to comment.