Skip to content

Commit 278f2c4

Browse files
authored
Merge pull request rails#37483 from dr-itz/fix/6-0-tests
test: fix tests after minitest upgrade
2 parents 240cd03 + e0c89f8 commit 278f2c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/test/cases/arel/select_manager_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def test_join_sources
377377
mgr.from table
378378
mgr.orders << Arel::Nodes::Ascending.new(Arel.sql("foo"))
379379
mgr.ast.grep(Arel::Nodes::OuterJoin)
380-
mgr.to_sql.must_be_like %{ SELECT * FROM "users" ORDER BY foo ASC }
380+
_(mgr.to_sql).must_be_like %{ SELECT * FROM "users" ORDER BY foo ASC }
381381
end
382382
end
383383

0 commit comments

Comments
 (0)