flush cleanup
This commit is contained in:
parent
6efc274b81
commit
00086a798d
|
@ -77,6 +77,7 @@ class _Transit:
|
||||||
|
|
||||||
p1.disconnect()
|
p1.disconnect()
|
||||||
p2.disconnect()
|
p2.disconnect()
|
||||||
|
self.flush()
|
||||||
|
|
||||||
def test_sided_unsided(self):
|
def test_sided_unsided(self):
|
||||||
p1 = self.new_protocol()
|
p1 = self.new_protocol()
|
||||||
|
@ -105,6 +106,7 @@ class _Transit:
|
||||||
|
|
||||||
p1.disconnect()
|
p1.disconnect()
|
||||||
p2.disconnect()
|
p2.disconnect()
|
||||||
|
self.flush()
|
||||||
|
|
||||||
def test_unsided_sided(self):
|
def test_unsided_sided(self):
|
||||||
p1 = self.new_protocol()
|
p1 = self.new_protocol()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user