Skip to content

Commit 630fdb8

Browse files
committed
Integration
1 parent 9b50d69 commit 630fdb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/test_subtensor_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async def test_metagraph(mocker):
4646
result = subtensor.metagraph(1)
4747
assert result.n == 1024
4848
assert result.netuid == 1
49-
assert result.block.item() == 6852344
49+
assert result.block.item() == 6852690
5050

5151

5252
@pytest.mark.asyncio

0 commit comments

Comments
 (0)