Skip to content

Commit 1a37f52

Browse files
author
Aidan Haran
committed
Fix typo
1 parent 2f19590 commit 1a37f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cases/coerced_tests.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1745,7 +1745,7 @@ class EagerLoadingTooManyIdsTest < ActiveRecord::TestCase
17451745
# for.
17461746
coerce_tests! :test_eager_loading_too_many_ids
17471747
def test_eager_loading_too_many_ids_coerced
1748-
original_test_test_eager_loading_too_many_ids
1748+
original_test_eager_loading_too_many_ids
17491749
rescue Exception => e
17501750
skip if e.message =~ /The query processor ran out of internal resources and could not produce a query plan/
17511751

0 commit comments

Comments
 (0)