Skip to content

Commit

Permalink
Fix deprecation warning caused by 75fea0b
Browse files Browse the repository at this point in the history
  • Loading branch information
kamipo committed Jan 4, 2022
1 parent e91e5c9 commit ee95658
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@ def close
fake_connection,
ActiveRecord::Base.logger,
nil,
{ socket: File::NULL }
{ socket: File::NULL, prepared_statements: false }
)
assert_raises ActiveRecord::ConnectionNotEstablished do
@conn.reconnect!
Expand Down

0 comments on commit ee95658

Please sign in to comment.