Skip to content

Commit 5067cf0

Browse files
committed
Grammar
1 parent 631d8eb commit 5067cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/mysql2/client_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ def run_gc
484484
expect { client.query('SELECT 1') }.to_not raise_error
485485
end
486486

487-
it "should handle Timeouts without leaving the connection hanging if reconnect is set to true after construction true" do
487+
it "should handle Timeouts without leaving the connection hanging if reconnect is set to true after construction" do
488488
client = Mysql2::Client.new(DatabaseCredentials['root'])
489489

490490
expect { Timeout.timeout(0.1, ArgumentError) { client.query('SELECT SLEEP(1)') } }.to raise_error(ArgumentError)

0 commit comments

Comments
 (0)