Skip to content

Commit ff6fe2e

Browse files
author
Roman
committed
fix one more unit test
1 parent 7177985 commit ff6fe2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit_tests/test_subtensor_extended.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1564,7 +1564,7 @@ def get_block_handler(
15641564
},
15651565
},
15661566
]
1567-
mock_substrate._get_block_handler.side_effect = get_block_handler
1567+
mock_substrate.get_block_handler.side_effect = get_block_handler
15681568

15691569
subtensor.wait_for_block(block=9)
15701570

0 commit comments

Comments
 (0)