Skip to content

Commit

Permalink
Chore: rerun all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheem-opentensor committed May 4, 2024
1 parent 60442ba commit 4b5e85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/extrinsics/test_staking.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def test_add_stake_extrinsic(
), patch(
"rich.prompt.Confirm.ask", return_value=user_accepts
) as mock_confirm:
# Act
# Act
if not hotkey_owner and not hotkey_delegate:
with pytest.raises(exception):
result = add_stake_extrinsic(
Expand Down

0 comments on commit 4b5e85f

Please sign in to comment.