Skip to content

Commit

Permalink
Remove debug code from unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryp Toon committed Jul 12, 2024
1 parent 4213e7b commit 079ccf8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -917,8 +917,7 @@ def test_service_cache_transactions_after_txid(self):
self.assertGreaterEqual(srv.results_cache_n, 1)

def test_service_cache_transaction_coinbase(self):
srv = ServiceTest(cache_uri=DATABASE_CACHE_UNITTESTS2, exclude_providers=['bitaps', 'bitgo'], providers=[
'bcoin'])
srv = ServiceTest(cache_uri=DATABASE_CACHE_UNITTESTS2, exclude_providers=['bitaps', 'bitgo'])
t = srv.gettransaction('68104dbd6819375e7bdf96562f89290b41598df7b002089ecdd3c8d999025b13')
if t:
self.assertGreaterEqual(srv.results_cache_n, 0)
Expand Down

0 comments on commit 079ccf8

Please sign in to comment.