Skip to content

Commit

Permalink
FIx broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
b-Tomas committed Feb 5, 2025
1 parent e380f7a commit 836b554
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def run_loop_once():
run_loop_once()
assert not connector._robot_session.publish_pose.called
assert not connector._robot_session.publish_odometry.called
assert connector._robot_session.publish_key_values.called_with({"api_connected": False})
connector._robot_session.publish_key_values.assert_called_with({"api_connected": False})


def test_missions_garbage_collector(connector):
Expand Down

0 comments on commit 836b554

Please sign in to comment.