forked from LBRYCommunity/lbry-sdk
remove no-op test, segwit is always on now
This commit is contained in:
parent
ca31363180
commit
85551d1e54
1 changed files with 0 additions and 8 deletions
|
@ -45,14 +45,6 @@ class TestSessions(IntegrationTestCase):
|
|||
await self.ledger.network.broadcast('13370042004200')
|
||||
|
||||
|
||||
class TestSegwitServer(IntegrationTestCase):
|
||||
LEDGER = lbry.wallet
|
||||
ENABLE_SEGWIT = True
|
||||
|
||||
async def test_at_least_it_starts(self):
|
||||
await asyncio.wait_for(self.ledger.network.get_headers(0, 1), 1.0)
|
||||
|
||||
|
||||
class TestUsagePayment(CommandTestCase):
|
||||
async def test_single_server_payment(self):
|
||||
wallet_pay_service = self.daemon.component_manager.get_component('wallet_server_payments')
|
||||
|
|
Loading…
Reference in a new issue