1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Ryuta Kamizono 2022-01-04 10:14:33 +09:00
parent e91e5c9804
commit ee95658b25

View file

@ -33,7 +33,7 @@ class Mysql2AdapterTest < ActiveRecord::Mysql2TestCase
fake_connection, fake_connection,
ActiveRecord::Base.logger, ActiveRecord::Base.logger,
nil, nil,
{ socket: File::NULL } { socket: File::NULL, prepared_statements: false }
) )
assert_raises ActiveRecord::ConnectionNotEstablished do assert_raises ActiveRecord::ConnectionNotEstablished do
@conn.reconnect! @conn.reconnect!