diff --git a/p2p/discover/node_test.go b/p2p/discover/node_test.go index 8e3da2c2aa..ddf8a7bd98 100644 --- a/p2p/discover/node_test.go +++ b/p2p/discover/node_test.go @@ -142,7 +142,7 @@ var parseNodeTests = []struct { { // This test checks that errors from url.Parse are handled. rawurl: "://foo", - wantError: `parse ://foo: missing protocol scheme`, + wantError: `parse "://foo": missing protocol scheme`, }, }