提交 47c369a2 编写于 作者: Y Yuki Nishijima

Fix a false assertion

#assert was used when it should be assert_equal.
上级 49c9d793
......@@ -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.
先完成此消息的编辑!
想要评论请 注册