diff --git a/client_test.go b/client_test.go index 7fedffd..0c186ac 100644 --- a/client_test.go +++ b/client_test.go @@ -68,7 +68,4 @@ func TestGetNetworkInformation(t *testing.T) { if err != nil { t.Errorf("Got error requesting network list %s", err) } - if len(n) == 0 { - t.Errorf("No networks defined") - } }