Skip to content

Commit

Permalink
Update tests/unit_tests/test_subtensor.py
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Himes <37844818+thewhaleking@users.noreply.github.com>
  • Loading branch information
andreea-popescu-reef and thewhaleking authored Nov 20, 2024
1 parent 1e57dc2 commit 1ba803f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit_tests/test_subtensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,8 @@ def test_do_serve_axon_tls_is_success(subtensor, mocker):
)

subtensor.substrate.submit_extrinsic.return_value.process_events.assert_called_once()
assert result == (True, None)
assert result[0] is True
assert result[1] is None


def test_do_serve_axon_is_not_success(subtensor, mocker):
Expand Down

0 comments on commit 1ba803f

Please sign in to comment.