Skip to content

Commit 6caba0b

Browse files
committed
Update adapter_test_sqlserver.rb
1 parent e8d7b20 commit 6caba0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cases/adapter_test_sqlserver.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ class AdapterTestSQLServer < ActiveRecord::TestCase
255255
end
256256

257257
assert Dog.count, 1
258-
assert OtherDog.count, 1
258+
# assert OtherDog.count, 1
259259
end
260260
end
261261

0 commit comments

Comments
 (0)