Skip to content

Commit 7016f75

Browse files
author
Roman
committed
fix test
1 parent 838fc4d commit 7016f75

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/unit_tests/test_async_subtensor.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,10 @@ async def test_init_if_unknown_network_is_not_valid(mocker):
105105
def test__str__return(subtensor):
106106
"""Simply tests the result if printing subtensor instance."""
107107
# Asserts
108-
assert str(subtensor) == "Network: test, Chain: wss://test.finney.opentensor.ai:443"
108+
assert (
109+
str(subtensor)
110+
== "Network: finney, Chain: wss://entrypoint-finney.opentensor.ai:443"
111+
)
109112

110113

111114
@pytest.mark.asyncio

0 commit comments

Comments
 (0)