From e0d0818f6b5dcebd748a9f73b78ee58d524bed54 Mon Sep 17 00:00:00 2001 From: Sergi Delgado Segura Date: Wed, 9 Oct 2019 15:32:56 +0100 Subject: [PATCH] Removes unused code --- test/unit/test_api.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/unit/test_api.py b/test/unit/test_api.py index 23e6c4e..5742c73 100644 --- a/test/unit/test_api.py +++ b/test/unit/test_api.py @@ -62,9 +62,6 @@ def run_bitcoind(): bitcoind_thread.daemon = True bitcoind_thread.start() - # # It takes a little bit of time to start the simulator (otherwise the requests are sent too early and they fail) - # time.sleep(0.1) - @pytest.fixture def new_appointment(dispute_txid=None):