Skip to content

Commit 7f378ae

Browse files
author
Anna
committed
indentation
1 parent e0688b6 commit 7f378ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/cases/associations_test_sqlserver.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
require 'models/owner'
33

44
class HasManyThroughAssociationsTest < ActiveRecord::TestCase
5-
COERCED_TESTS = [:test_has_many_through_obeys_order_on_through_association]
6-
# Rails does not do a case-insensive comparison
7-
# Until that patch is made to rails we are preventing this test from running in this gem.
5+
COERCED_TESTS = [:test_has_many_through_obeys_order_on_through_association]
6+
# Rails does not do a case-insensive comparison
7+
# Until that patch is made to rails we are preventing this test from running in this gem.
88

99
include SqlserverCoercedTest
1010
def test_coerced_has_many_through_obeys_order_on_through_association

0 commit comments

Comments
 (0)