Fix Ruby test files

This commit is contained in:
Steven Zeck 2018-03-05 10:27:40 -06:00
parent 4ecd668208
commit dc500b6a05
No known key found for this signature in database
GPG Key ID: 621B374B29AA814A
2 changed files with 2 additions and 2 deletions

View File

@ -15,6 +15,6 @@ hash = { hosts: [
], ],
logger: mylog, # This enables callback logging! logger: mylog, # This enables callback logging!
max_reconnect_attempts: 5 } max_reconnect_attempts: 5 }

View File

@ -18,7 +18,7 @@ hash = { :hosts => [
], ],
:logger => mylog, # This enables callback logging! :logger => mylog, # This enables callback logging!
:max_reconnect_attempts => 5, :max_reconnect_attempts => 5,