Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianna-chang-shopify committed Oct 26, 2023
1 parent 1eab2e5 commit 59d52ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/adapters/mysql2_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ def test_network_errors_are_tagged_with_the_resource_identifier
error = assert_raises(::Mysql2::Error) do
client.query("SELECT 1 + 1;")
end
puts error.class
puts error.inspect

assert_equal(client.semian_identifier, error.semian_identifier)
end
Expand Down

0 comments on commit 59d52ff

Please sign in to comment.