Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-opentensor committed Jan 10, 2025
1 parent 6b8776e commit 3eead3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit_tests/extrinsics/asyncex/test_root.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ async def test_do_set_root_weights_success(subtensor, mocker):
call=fake_call,
keypair=fake_wallet.coldkey,
era={"period": 5},
nonce=subtensor.substrate.get_account_next_index.return_value,
)
subtensor.substrate.submit_extrinsic.assert_called_once_with(
extrinsic=fake_extrinsic, wait_for_inclusion=True, wait_for_finalization=True
Expand Down

0 comments on commit 3eead3a

Please sign in to comment.