remove redundant 'stop' in regtest setUp (should run a bit faster)

This commit is contained in:
ThomasV 2019-08-31 08:49:31 +02:00
parent 0702338912
commit c67fb88e58

View file

@ -15,7 +15,6 @@ class TestLightning(unittest.TestCase):
assert process.returncode == 0
def setUp(self):
self.run_shell(['stop'])
self.run_shell(['init'])
self.run_shell(['start'])