Skip to content

Commit fc44fed

Browse files
committed
Change test to test in problem range #977 was reported against
1 parent 86a8e7b commit fc44fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bind_params_length_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ def teardown
1212
end
1313

1414
def test_bind_param_length
15-
assert Topic.where(id: [1] * 75000).first
15+
assert Topic.where(id: [1] * 35000).first
1616
end
1717
end

0 commit comments

Comments
 (0)