Skip to content

Commit 200b903

Browse files
committed
Merge pull request rails#17807 from jvperrin/correct-integer-test
Correct test description for large integer test
2 parents bba5a70 + 8355b48 commit 200b903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/test/cases/type/integer_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class IntegerTest < ActiveRecord::TestCase
6868
end
6969
end
7070

71-
test "very large numbers are in range" do
71+
test "very large numbers are out of range" do
7272
assert_raises(::RangeError) do
7373
Integer.new.type_cast_from_user("9999999999999999999999999999999")
7474
end

0 commit comments

Comments
 (0)