Skip to content

Commit 1ee8160

Browse files
committed
debug
1 parent 438a6a5 commit 1ee8160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e_tests/test_staking_sudo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def test_staking(local_chain, wallet_setup):
257257
],
258258
)
259259
set_symbol_output = json.loads(set_symbol.stdout)
260-
assert set_symbol_output["success"] is True
260+
assert set_symbol_output["success"] is True, set_identity_output
261261
assert (
262262
set_symbol_output["message"]
263263
== f"Successfully updated SN{netuid}'s symbol to ‡."

0 commit comments

Comments
 (0)