Skip to content

Commit 4a04aa8

Browse files
committed
Remove unused con local var.
1 parent b6f6962 commit 4a04aa8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/cases/inheritance_test_sqlserver.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ class InheritanceTest < ActiveRecord::TestCase
1111
include SqlserverCoercedTest
1212

1313
def test_coerced_test_eager_load_belongs_to_primary_key_quoting
14-
con = Account.connection
1514
assert_sql(/\(\[companies\].\[id\] = 1\)/) do
1615
Account.find(1, :include => :firm)
1716
end

0 commit comments

Comments
 (0)