Skip to content
Merged
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 @@ -153,7 +153,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 commiting weights doesn't re-use a nonce in the transaction pool.
Tests that committing weights doesn't re-use a nonce in the transaction pool.

Steps:
1. Register a subnet through Alice
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e_tests/utils/chain_interactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


def get_dynamic_balance(rao: int, netuid: int = 0):
"""Returns a Balance object with the given rao and netuid for testing purposes with synamic values."""
"""Returns a Balance object with the given rao and netuid for testing purposes with dynamic values."""
return Balance(rao).set_unit(netuid)


Expand Down