Skip to content

Commit

Permalink
zk: TestIfAuthdataSurvivesReconnect defers test clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
James DeFelice authored and nemith committed Apr 9, 2019
1 parent ecf024c commit 92ddc64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ func TestIfAuthdataSurvivesReconnect(t *testing.T) {
if err != nil {
t.Fatal(err)
}
defer ts.Stop()

zk, _, err := ts.ConnectAll()
if err != nil {
Expand Down

0 comments on commit 92ddc64

Please sign in to comment.