Skip to content

Commit

Permalink
s/shceme/scheme/
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Oct 13, 2023
1 parent d33fb08 commit 466a97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/uri_util_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def test_ref_addressable_uri_with_host_and_path
assert_equal Addressable::URI.parse('http://www.example.com/hello/world'), JSON::Util::URI.absolutize_ref(uri, base)
end

def test_ref_addressable_uri_with_shceme_host_and_path
def test_ref_addressable_uri_with_scheme_host_and_path
uri = Addressable::URI.new(scheme: 'https', host: 'foo-bar.com', path: '/hello/world')
base = 'http://www.example.com/a/#b'

Expand Down

0 comments on commit 466a97d

Please sign in to comment.