Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/e2e_tests/test_commit_weights.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ async def test_commit_and_reveal_weights_legacy(local_chain, subtensor, alice_wa
@pytest.mark.asyncio
async def test_commit_weights_uses_next_nonce(local_chain, subtensor, alice_wallet):
"""
Tests that committing weights doesn't re-use nonce in the transaction pool.
Tests that committing weights doesn't reuse nonce in the transaction pool.
Steps:
1. Register a subnet through Alice
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e_tests/test_set_weights.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@pytest.mark.asyncio
async def test_set_weights_uses_next_nonce(local_chain, subtensor, alice_wallet):
"""
Tests that setting weights doesn't re-use a nonce in the transaction pool.
Tests that setting weights doesn't reuse a nonce in the transaction pool.

Steps:
1. Register three subnets through Alice
Expand Down