未验证 提交 278f2c43 编写于 作者: R Ryuta Kamizono 提交者: GitHub

Merge pull request #37483 from dr-itz/fix/6-0-tests

test: fix tests after minitest upgrade
......@@ -377,7 +377,7 @@ def test_join_sources
mgr.from table
mgr.orders << Arel::Nodes::Ascending.new(Arel.sql("foo"))
mgr.ast.grep(Arel::Nodes::OuterJoin)
mgr.to_sql.must_be_like %{ SELECT * FROM "users" ORDER BY foo ASC }
_(mgr.to_sql).must_be_like %{ SELECT * FROM "users" ORDER BY foo ASC }
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册