We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5467618 commit 7bb8fe2Copy full SHA for 7bb8fe2
activerecord/test/cases/dirty_test.rb
@@ -949,7 +949,7 @@ def check_around
949
aircraft.reload
950
951
assert_equal "Boeing", aircraft.name
952
- assert_in_delta Time.now, aircraft.manufactured_at, 1
+ assert_in_delta Time.now, aircraft.manufactured_at, 1.1
953
end
954
955
activerecord/test/cases/fixtures_test.rb
@@ -481,7 +481,7 @@ def test_insert_with_default_function
481
create_fixtures("aircrafts")
482
483
aircraft = Aircraft.find_by(name: "boeing-with-no-manufactured-at")
484
485
486
487
def test_insert_with_default_value
0 commit comments