Skip to content

Commit

Permalink
fix race in whois test
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkov committed Jun 17, 2020
1 parent 801d281 commit e8a72eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion home/whois_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ func prepareTestDNSServer() error {

func TestWhois(t *testing.T) {
assert.Nil(t, prepareTestDNSServer())
defer func() { Context = homeContext{} }()

w := Whois{timeoutMsec: 5000}
resp, err := w.queryAll("8.8.8.8")
Expand Down

0 comments on commit e8a72eb

Please sign in to comment.