mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-07 18:14:25 -05:00
unique test name
This commit is contained in:
@@ -846,7 +846,7 @@ class TestMempool:
|
||||
assert mempool_bundle is None
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_double_spend(self, two_nodes):
|
||||
async def test_double_spend_same_bundle(self, two_nodes):
|
||||
num_blocks = 2
|
||||
wallet_a = WalletTool()
|
||||
coinbase_puzzlehash = wallet_a.get_new_puzzlehash()
|
||||
|
||||
Reference in New Issue
Block a user