Fix the test suite
(mock transport class missing .close())
This commit is contained in:
parent
f9c7fa92ea
commit
7f21fdbe26
@ -239,3 +239,7 @@ class TestTransport(object):
|
|||||||
|
|
||||||
def abort(self, *args, **kwargs):
|
def abort(self, *args, **kwargs):
|
||||||
return
|
return
|
||||||
|
|
||||||
|
def close(self, *args, **kwargs):
|
||||||
|
return
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user