Skip to content

Commit 90b73f9

Browse files
committed
Fix warning message
1 parent 1712b83 commit 90b73f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cases/transaction_test_sqlserver.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class TransactionTestSQLServer < ActiveRecord::TestCase
7272
connection.execute "ALTER DATABASE [#{connection.current_database}] SET READ_COMMITTED_SNAPSHOT OFF WITH ROLLBACK IMMEDIATE"
7373

7474
# Reset all connections. Otherwise, the next test may fail with error 'DBPROCESS is dead or not enabled'. Not sure why.
75-
ActiveRecord::Base.connection_handler.clear_all_connections!
75+
ActiveRecord::Base.connection_handler.clear_all_connections!(:all)
7676
end
7777
end
7878

0 commit comments

Comments
 (0)