Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xuan-cao-swi committed Jan 6, 2025
1 parent 2b20db6 commit 879e8ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/patch/sw_pg_patch_integrate_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ def pg_dbo_integration_verification(sql, finished_spans)

# test block in pg
block_sql = nil
pg_client.exec(*args) do |sql|
block_sql = sql
pg_client.exec(*args) do |result|
block_sql = result
end

finished_spans = exporter.finished_spans
Expand Down

0 comments on commit 879e8ee

Please sign in to comment.