Skip to content

Commit ca69a84

Browse files
dr-itzkares
authored andcommitted
[test] fix some ArgumentError: argument out of range (#993)
This is already in 52-stable. With latest Rails 5.0.x, it happens too.
1 parent 8f51120 commit ca69a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/simple.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ def test_marshal
10561056
:sample_float => 10.5,
10571057
:sample_boolean => true,
10581058
:sample_decimal => 0.12345678,
1059-
:sample_time => Time.now.change(sec: 36, usec: 12000000),
1059+
:sample_time => Time.now.change(sec: 36, usec: 120000),
10601060
:sample_binary => '01' * 512
10611061
)
10621062
expected.reload

0 commit comments

Comments
 (0)