Skip to content

Commit abd0ab6

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/cases/adapter_test_sqlserver.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,8 @@ 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
248+
OtherDog.destroy_all
249+
249250
#
250251
# assert Dog.count, 1
251252
# assert OtherDog.count, 0

0 commit comments

Comments
 (0)