Skip to content

Commit 53271f7

Browse files
committed
Refactor log/metrics handling
1 parent 8d0cd94 commit 53271f7

File tree

3 files changed

+405
-491
lines changed

3 files changed

+405
-491
lines changed

integration_test/cases/transaction_execute_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ defmodule TransactionExecuteTest do
264264
end) == {:error, :oops}
265265

266266
assert_raise DBConnection.ConnectionError, "transaction rolling back",
267-
fn() -> P.execute(conn, %Q{}, [:param]) end
267+
fn() -> P.execute!(conn, %Q{}, [:param]) end
268268
end) == {:error, :rollback}
269269

270270
assert [

0 commit comments

Comments
 (0)