mirror of
https://github.com/logos-storage/deluge.git
synced 2026-01-08 16:13:12 +00:00
[Tests] Remove unneeded component teardown
The component fixture calls shutdown so teardown not needed here
This commit is contained in:
parent
d00068423f
commit
f67fb4d520
@ -68,9 +68,6 @@ class ComponentTesterShutdown(component.Component):
|
||||
|
||||
@pytest.mark.usefixtures('component')
|
||||
class TestComponent:
|
||||
def tear_down(self):
|
||||
return component.shutdown()
|
||||
|
||||
def test_start_component(self):
|
||||
def on_start(result, c):
|
||||
assert c._component_state == 'Started'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user