提交 093e3e80 编写于 作者: C Carlos Antonio da Silva

Merge pull request #18566 from yuki24/fix-assertion-in-ar-case-date-time

Fix a false assertion
......@@ -55,7 +55,7 @@ def test_assign_in_local_timezone
now = DateTime.now
with_timezone_config default: :local do
task = Task.new starting: now
assert now, task.starting
assert_equal now, task.starting
end
end
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册