We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 631d8eb commit 5067cf0Copy full SHA for 5067cf0
spec/mysql2/client_spec.rb
@@ -484,7 +484,7 @@ def run_gc
484
expect { client.query('SELECT 1') }.to_not raise_error
485
end
486
487
- it "should handle Timeouts without leaving the connection hanging if reconnect is set to true after construction true" do
+ it "should handle Timeouts without leaving the connection hanging if reconnect is set to true after construction" do
488
client = Mysql2::Client.new(DatabaseCredentials['root'])
489
490
expect { Timeout.timeout(0.1, ArgumentError) { client.query('SELECT SLEEP(1)') } }.to raise_error(ArgumentError)
0 commit comments