Skip to content

Commit

Permalink
Fix URL setter tests for gopher no longer being special
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Oct 18, 2019
1 parent 1153db2 commit 8ca6cf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions url/resources/setters_tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"href": "gopher://example.net:1234",
"new_value": "file",
"expected": {
"href": "gopher://example.net:1234/",
"href": "gopher://example.net:1234",
"protocol": "gopher:"
}
},
Expand Down Expand Up @@ -212,7 +212,7 @@
},
{
"href": "ssh://me@example.net",
"new_value": "gopher",
"new_value": "https",
"expected": {
"href": "ssh://me@example.net",
"protocol": "ssh:"
Expand Down

0 comments on commit 8ca6cf7

Please sign in to comment.