Skip to content

Commit

Permalink
fix related text
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-opentensor committed Dec 24, 2024
1 parent 46f2f8a commit 5d99009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/test_subtensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def test_determine_chain_endpoint_and_network(
network, expected_network, expected_endpoint
):
# Act
result_network, result_endpoint = Subtensor.determine_chain_endpoint_and_network(
result_network, result_endpoint = Subtensor._determine_chain_endpoint_and_network(
network
)

Expand Down

0 comments on commit 5d99009

Please sign in to comment.