Skip to content

Commit e64fd59

Browse files
committed
Symbol didn't exist.
1 parent 7e215b9 commit e64fd59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bittensor_cli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5814,7 +5814,7 @@ def subnets_set_symbol(
58145814
58155815
EXAMPLE
58165816
5817-
[green]$[/green] btcli subnets set-symbol --netuid 1
5817+
[green]$[/green] btcli subnets set-symbol --netuid 1
58185818
"""
58195819
self.verbosity_handler(quiet, verbose, json_output)
58205820
if len(symbol) > 1:

tests/e2e_tests/test_staking_sudo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,15 +253,15 @@ def test_staking(local_chain, wallet_setup):
253253
netuid,
254254
"--json-output",
255255
"--no-prompt",
256-
"",
256+
"",
257257
],
258258
)
259259
set_symbol_output = json.loads(set_symbol.stdout)
260260
assert set_symbol_output["success"] is True, set_symbol_output
261261
assert set_symbol_output["success"] is True, set_symbol_output
262262
assert (
263263
set_symbol_output["message"]
264-
== f"Successfully updated SN{netuid}'s symbol to ."
264+
== f"Successfully updated SN{netuid}'s symbol to ."
265265
)
266266

267267
get_s_price = exec_command_alice(

0 commit comments

Comments
 (0)