Skip to content

Commit bad7572

Browse files
committed
fix: update the unit test err_console
1 parent 710f968 commit bad7572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit_tests/test_subnets_register.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ async def test_register_subnet_does_not_exist(
9090
mock_subtensor_base.subnet_exists = AsyncMock(return_value=False)
9191

9292
with patch(
93-
"bittensor_cli.src.commands.subnets.subnets.err_console"
93+
"bittensor_cli.src.bittensor.utils.err_console"
9494
) as mock_err_console:
9595
result = await register(
9696
wallet=mock_wallet,

0 commit comments

Comments
 (0)