提交 7213da37 编写于 作者: J Jay Pignata 提交者: Jeremy Kemper

Fix test_has_many_through_polymorphic_has_one on sqlite2 [#3054 state:resolved]

Signed-off-by: NPratik Naik <pratiknaik@gmail.com>
上级 cb3e669b
......@@ -381,7 +381,7 @@ def test_has_many_through_has_many_find_by_id
end
def test_has_many_through_polymorphic_has_one
assert_equal Tagging.find(1,2), authors(:david).tagging
assert_equal Tagging.find(1,2).sort_by { |t| t.id }, authors(:david).tagging
end
def test_has_many_through_polymorphic_has_many
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册