Skip to content

Commit 57b9804

Browse files
committed
seeing strange issues on Windows?
1 parent ac9bc43 commit 57b9804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/thread_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class ThreadTest < TinyTds::TestCase
1010
@poolsize = 4
1111
@numthreads = 10
1212
@query = "waitfor delay '00:00:01'"
13-
@pool = ConnectionPool.new(size: @poolsize, timeout: 5) { new_connection }
13+
@pool = ConnectionPool.new(size: @poolsize, timeout: 5) { new_connection.connect }
1414
end
1515

1616
after do

0 commit comments

Comments
 (0)