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 480045e commit 1c93f16Copy full SHA for 1c93f16
tests/unit_tests/test_subtensor_api.py
@@ -29,7 +29,7 @@ def test_properties_methods_comparable(other_class: "Subtensor" = None):
29
]
30
neurons_methods = [m for m in dir(subtensor_api.neurons) if not m.startswith("_")]
31
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("_")]
+ stakes_methods = [m for m in dir(subtensor_api.staking) if not m.startswith("_")]
33
subnets_methods = [m for m in dir(subtensor_api.subnets) if not m.startswith("_")]
34
wallets_methods = [m for m in dir(subtensor_api.wallets) if not m.startswith("_")]
35
0 commit comments