From 3eead3a3558404f6d67e92bbbc0b58a04976bc2e Mon Sep 17 00:00:00 2001 From: Roman Date: Fri, 10 Jan 2025 15:41:41 -0800 Subject: [PATCH] fix unit test --- tests/unit_tests/extrinsics/asyncex/test_root.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit_tests/extrinsics/asyncex/test_root.py b/tests/unit_tests/extrinsics/asyncex/test_root.py index 32006f56b1..bc258f1da9 100644 --- a/tests/unit_tests/extrinsics/asyncex/test_root.py +++ b/tests/unit_tests/extrinsics/asyncex/test_root.py @@ -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