Skip to content

Commit 979e3d9

Browse files
authored
Merge branch 'staging' into master
2 parents 0402682 + c691fa0 commit 979e3d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/e2e_tests/test_commit_weights.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ async def test_commit_and_reveal_weights_legacy(local_chain, subtensor, alice_wa
153153
@pytest.mark.asyncio
154154
async def test_commit_weights_uses_next_nonce(local_chain, subtensor, alice_wallet):
155155
"""
156-
Tests that commiting weights doesn't re-use a nonce in the transaction pool.
156+
Tests that committing weights doesn't re-use a nonce in the transaction pool.
157157
158158
Steps:
159159
1. Register a subnet through Alice

tests/e2e_tests/utils/chain_interactions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

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

2525

0 commit comments

Comments
 (0)