Skip to content

Commit 6e002ff

Browse files
author
Roman
committed
fix async CRv3 unit test
1 parent 3d256e7 commit 6e002ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit_tests/extrinsics/asyncex/test_commit_reveal.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ async def test_commit_reveal_v3_extrinsic_success_with_torch(
213213
tempo=mock_hyperparams.return_value.tempo,
214214
netuid=fake_netuid,
215215
current_block=mock_block.return_value["header"]["number"],
216+
block_time=12.0,
216217
)
217218
mock_do_commit_reveal_v3.assert_awaited_once_with(
218219
subtensor=subtensor,

0 commit comments

Comments
 (0)