Skip to content

Commit 3590785

Browse files
authored
Merge pull request #2922 from zeevick10/master
Fix Typo in test_commit_weights.py
2 parents da96dad + f15b147 commit 3590785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e_tests/test_commit_weights.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ async def test_commit_weights_uses_next_nonce(local_chain, subtensor, alice_wall
226226
# wait while weights_rate_limit changes applied.
227227
subtensor.wait_for_block(subnet_tempo + 1)
228228

229-
# Create different commited data to avoid coming into the pool's blacklist with the error
229+
# Create different committed data to avoid coming into the pool's blacklist with the error
230230
# Failed to commit weights: Subtensor returned `Custom type(1012)` error. This means: `Transaction is temporarily
231231
# banned`.Failed to commit weights: Subtensor returned `Custom type(1012)` error. This means: `Transaction is
232232
# temporarily banned`.`

0 commit comments

Comments
 (0)