diff --git a/tests/integration/blockchain/test_blockchain.py b/tests/integration/blockchain/test_blockchain.py index 5ee6e88f6..aa0d4339d 100644 --- a/tests/integration/blockchain/test_blockchain.py +++ b/tests/integration/blockchain/test_blockchain.py @@ -412,7 +412,6 @@ class TestMultiBlockFileSyncing(BasicBlockchainTestCase): copy_tree(self.chain.ledger.conf.lbrycrd_dir, self.TEST_DATA_CACHE_DIR) await self.chain.start(*self.LBRYCRD_ARGS) - @staticmethod async def test_lbrycrd_database_queries(self): db = self.chain.db