未验证 提交 f834f2ae 编写于 作者: E Eugene Kenny 提交者: GitHub

Merge pull request #39224 from yahonda/diag_build_68962

Address `InnerJoinAssociationTest#test_eager_load_with_string_joins` failure with mysql2
......@@ -16,6 +16,10 @@ def setup
Person.create first_name: "foo"
end
def teardown
Person.delete_by(first_name: "foo")
end
def test_attribute_changes
# New record - no changes.
pirate = Pirate.new
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册