Skip to content

Commit 7005f9a

Browse files
author
Roman
committed
fix unit test
1 parent b7ff897 commit 7005f9a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/unit_tests/test_async_subtensor.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3833,9 +3833,7 @@ async def test_get_subnet_price(subtensor, mocker):
38333833
)
38343834

38353835
# Asserts
3836-
mocked_determine_block_hash.assert_awaited_once_with(
3837-
block=None, block_hash=None, reuse_block=False
3838-
)
3836+
mocked_determine_block_hash.assert_awaited_once_with(block=None)
38393837
mocked_query.assert_awaited_once_with(
38403838
module="Swap",
38413839
storage_function="AlphaSqrtPrice",

0 commit comments

Comments
 (0)