Skip to content

Commit 1c93f16

Browse files
author
Roman
committed
fix tests
1 parent 480045e commit 1c93f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit_tests/test_subtensor_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def test_properties_methods_comparable(other_class: "Subtensor" = None):
2929
]
3030
neurons_methods = [m for m in dir(subtensor_api.neurons) if not m.startswith("_")]
3131
queries_methods = [m for m in dir(subtensor_api.queries) if not m.startswith("_")]
32-
stakes_methods = [m for m in dir(subtensor_api.stakes) if not m.startswith("_")]
32+
stakes_methods = [m for m in dir(subtensor_api.staking) if not m.startswith("_")]
3333
subnets_methods = [m for m in dir(subtensor_api.subnets) if not m.startswith("_")]
3434
wallets_methods = [m for m in dir(subtensor_api.wallets) if not m.startswith("_")]
3535

0 commit comments

Comments
 (0)