提交 2b5b08b8 编写于 作者: R Ryuta Kamizono

Fix test name to add missing "set"

上级 1f8534ca
......@@ -2362,7 +2362,7 @@ def test_association_with_or_doesnt_set_inverse_instance_key
assert_equal [firm.id, nil], accounts.map(&:firm_id)
end
def test_association_with_rewhere_doesnt_inverse_instance_key
def test_association_with_rewhere_doesnt_set_inverse_instance_key
firm = companies(:first_firm)
accounts = firm.accounts.rewhere(firm_id: [firm.id, nil]).order(:id)
assert_equal [firm.id, nil], accounts.map(&:firm_id)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册