Skip to content

Commit

Permalink
Fix unit tests cont.
Browse files Browse the repository at this point in the history
  • Loading branch information
trinhdn2 committed Jul 7, 2023
1 parent 88769e1 commit 8dff340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/discover/node_test.go
Expand Up @@ -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`,
},
}

Expand Down

0 comments on commit 8dff340

Please sign in to comment.