Skip to content

Commit

Permalink
Fix assert
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Feb 1, 2025
1 parent 2b6b7b8 commit 04bb21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/ruby/test/client_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ def test_connection_invalid_dns
ex = assert_raises Trilogy::ConnectionError do
new_tcp_client(host: "mysql.invalid", port: 3306)
end
assert_includes ex.message, "unable to connect to \"mysql.invalid:3306\": getaddrinfo:"
assert_includes ex.message, "unable to connect to \"mysql.invalid:3306\": getaddrinfo"
end

def test_memsize
Expand Down

0 comments on commit 04bb21c

Please sign in to comment.