Skip to content

Commit 29736b0

Browse files
author
Roman
committed
fix test
1 parent 3e7ea6b commit 29736b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/unit_tests/test_async_subtensor.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3192,6 +3192,8 @@ async def test_blocks_since_last_step_with_value(subtensor, mocker):
31923192
mocked_query_subtensor.assert_awaited_once_with(
31933193
name="BlocksSinceLastStep",
31943194
block=block,
3195+
block_hash=None,
3196+
reuse_block=False,
31953197
params=[netuid],
31963198
)
31973199

@@ -3214,6 +3216,8 @@ async def test_blocks_since_last_step_is_none(subtensor, mocker):
32143216
mocked_query_subtensor.assert_awaited_once_with(
32153217
name="BlocksSinceLastStep",
32163218
block=block,
3219+
block_hash=None,
3220+
reuse_block=False,
32173221
params=[netuid],
32183222
)
32193223

0 commit comments

Comments
 (0)