p2p/discv5: fix test on go 1.14 (#20724)

release/1.9
Felix Lange 5 years ago committed by GitHub
parent f1a7997af3
commit 1e1b18637e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      p2p/discv5/node_test.go

@ -141,7 +141,7 @@ var parseNodeTests = []struct {
{
// This test checks that errors from url.Parse are handled.
rawurl: "://foo",
wantError: `parse ://foo: missing protocol scheme`,
wantError: `missing protocol scheme`,
},
}

Loading…
Cancel
Save