Skip to content

Commit 5ce203e

Browse files
committed
unique test name
1 parent 0f65c3e commit 5ce203e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/full_node/test_mempool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ async def test_stealing_fee(self, two_nodes):
846846
assert mempool_bundle is None
847847

848848
@pytest.mark.asyncio
849-
async def test_double_spend(self, two_nodes):
849+
async def test_double_spend_same_bundle(self, two_nodes):
850850
num_blocks = 2
851851
wallet_a = WalletTool()
852852
coinbase_puzzlehash = wallet_a.get_new_puzzlehash()

0 commit comments

Comments
 (0)