Skip to content

Commit c566eb7

Browse files
authored
Join test thread. (#104)
1 parent af5d2f5 commit c566eb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/webrick/test_httpresponse.rb

+2
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,8 @@ def test_send_body_proc_stream
294294
chunk = s2.read
295295
assert_match /Connection: close\r\n\r\nhello/, chunk
296296
s2.close
297+
298+
thread.join
297299
end
298300
assert_empty logger.messages
299301
end

0 commit comments

Comments
 (0)