Add chop removed in 89bcca59

上级 e9f0861e
......@@ -86,7 +86,7 @@ def test_bulk_insert_multiple_table_with_a_multi_statement_query
create_fixtures("bulbs", "authors", "computers")
expected_sql = <<~EOS
expected_sql = <<~EOS.chop
INSERT INTO #{ActiveRecord::Base.connection.quote_table_name("bulbs")} .*
INSERT INTO #{ActiveRecord::Base.connection.quote_table_name("authors")} .*
INSERT INTO #{ActiveRecord::Base.connection.quote_table_name("computers")} .*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册