Skip to content

Commit

Permalink
update type_url_test for go 1.15+
Browse files Browse the repository at this point in the history
  • Loading branch information
usk81 committed Aug 22, 2020
1 parent 0a1b188 commit b77276d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions type_url_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -450,11 +450,12 @@ var (
uri: URL{
ValidFlag: true,
url: &url.URL{
Scheme: "http",
Host: "www.google.com",
Path: "/",
RawQuery: "q=go+language",
Fragment: "foo&bar",
Scheme: "http",
Host: "www.google.com",
Path: "/",
RawQuery: "q=go+language",
Fragment: "foo&bar",
RawFragment: "foo%26bar",
},
},
hostname: "www.google.com",
Expand Down

0 comments on commit b77276d

Please sign in to comment.