diff --git a/util/auto_hosts_test.go b/util/auto_hosts_test.go index 6243b5ca..ce06e361 100644 --- a/util/auto_hosts_test.go +++ b/util/auto_hosts_test.go @@ -37,7 +37,7 @@ func TestAutoHosts(t *testing.T) { ips := ah.Process("localhost") assert.True(t, ips[0].Equal(net.ParseIP("127.0.0.1"))) ips = ah.Process("newhost") - assert.True(t, len(ips) == 0) + assert.True(t, ips == nil) table := ah.List() ips, _ = table["host"]