Skip to content

Commit ce5ad24

Browse files
committed
I need a spellcheck extension
1 parent 35a17c2 commit ce5ad24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mcp/client/http_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def test_raises_load_error_when_faraday_not_available
3030
Http.any_instance.stubs(:require).with("faraday").raises(LoadError, "cannot load such file -- faraday")
3131

3232
error = assert_raises(LoadError) do
33-
# I picked #tools arbritarily.
33+
# I picked #tools arbitrarily.
3434
# This should immediately try to instantiate the client and fail
3535
client.tools
3636
end

0 commit comments

Comments
 (0)