Skip to content

Commit

Permalink
Avoid unnecessary reassignment
Browse files Browse the repository at this point in the history
Co-authored-by: Adrianna Chang <[email protected]>
  • Loading branch information
jhawthorn and adrianna-chang-shopify authored Aug 10, 2023
1 parent 8fd177e commit 738e227
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 @@ -840,7 +840,7 @@ def test_configured_max_packet_above_server

refute_match(/TRILOGY_MAX_PACKET_EXCEEDED/, exception.message)

exception = assert_raises_connection_error do
assert_raises_connection_error do
client.ping
end
ensure
Expand Down

0 comments on commit 738e227

Please sign in to comment.