Skip to content

Commit 25a0db1

Browse files
committed
Update temp_test_sqlserver.rb
1 parent 67af169 commit 25a0db1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/cases/temp_test_sqlserver.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@ class TempTestSQLServer < ActiveRecord::TestCase
2525
assert Dog.count, 1
2626
assert OtherDog.count, 0
2727

28-
arunit_connection.transaction do
29-
assert_nothing_raised do
30-
arunit_connection.execute(sql)
31-
end
28+
assert_nothing_raised do
29+
arunit_connection.execute(sql)
3230
end
3331

3432
assert Dog.count, 1

0 commit comments

Comments
 (0)