We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b50d69 commit 630fdb8Copy full SHA for 630fdb8
tests/integration_tests/test_subtensor_integration.py
@@ -46,7 +46,7 @@ async def test_metagraph(mocker):
46
result = subtensor.metagraph(1)
47
assert result.n == 1024
48
assert result.netuid == 1
49
- assert result.block.item() == 6852344
+ assert result.block.item() == 6852690
50
51
52
@pytest.mark.asyncio
0 commit comments