Skip to content

Commit a1223cb

Browse files
committed
Update adapter_test_sqlserver.rb
1 parent b0276be commit a1223cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/cases/adapter_test_sqlserver.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,10 @@ class AdapterTestSQLServer < ActiveRecord::TestCase
245245
INSERT INTO #{arunit2_database}.dbo.dogs(id) SELECT id FROM #{arunit_database}.dbo.dogs
246246
SQL
247247

248-
OtherDog.destroy_all
249-
250-
assert Dog.count, 1
251-
assert OtherDog.count, 0
248+
# OtherDog.destroy_all
249+
#
250+
# assert Dog.count, 1
251+
# assert OtherDog.count, 0
252252

253253
assert_nothing_raised do
254254
arunit_connection.execute(sql)

0 commit comments

Comments
 (0)