Skip to content

Commit 2343544

Browse files
committed
test: add missing teardown
1 parent 7282c36 commit 2343544

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/test-client.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,10 @@ def setup_authentication
442442
@password = nil
443443
end
444444

445+
def teardown
446+
@thread.kill
447+
end
448+
445449
class TestLoad < self
446450
def test_path
447451
stub_response("[]")

0 commit comments

Comments
 (0)