mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
remove redundant 'stop' in regtest setUp (should run a bit faster)
This commit is contained in:
parent
0702338912
commit
c67fb88e58
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ class TestLightning(unittest.TestCase):
|
||||||
assert process.returncode == 0
|
assert process.returncode == 0
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.run_shell(['stop'])
|
|
||||||
self.run_shell(['init'])
|
self.run_shell(['init'])
|
||||||
self.run_shell(['start'])
|
self.run_shell(['start'])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue