Skip to content

Commit c78b189

Browse files
authored
Update temp_test_sqlserver.rb
1 parent 613f6fe commit c78b189

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/cases/temp_test_sqlserver.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ class TempTestSQLServer < ActiveRecord::TestCase
2020
INSERT INTO #{arunit2_database}.dbo.dogs(id) SELECT id FROM #{arunit_database}.dbo.dogs (NOLOCK)
2121
SQL
2222

23-
ActiveSupport::Notifications.subscribe('sql.active_record') do |_name, _start, _finish, _id, payload|
24-
puts payload[:sql]
25-
end
23+
#ActiveSupport::Notifications.subscribe('sql.active_record') do |_name, _start, _finish, _id, payload|
24+
#puts payload[:sql]
25+
#end
2626

2727
OtherDog.destroy_all
2828

0 commit comments

Comments
 (0)