diff --git a/tests/e2e_tests/test_commit_weights.py b/tests/e2e_tests/test_commit_weights.py index 1b39dd411e..5015208a1b 100644 --- a/tests/e2e_tests/test_commit_weights.py +++ b/tests/e2e_tests/test_commit_weights.py @@ -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 diff --git a/tests/e2e_tests/utils/chain_interactions.py b/tests/e2e_tests/utils/chain_interactions.py index c5871d3155..1914f69ac4 100644 --- a/tests/e2e_tests/utils/chain_interactions.py +++ b/tests/e2e_tests/utils/chain_interactions.py @@ -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)