Skip to content

Commit

Permalink
Ruff fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
harshil21 committed Sep 24, 2024
1 parent 092aedd commit 8391b43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ def test_name(self, motor_burn_state):
],
ids=["at_launchpad", "faulty_speed", "decreasing_speed", "still_burning", "threshold"],
)
def test_update(self, motor_burn_state, avg_acceleration_mag, current_speed, max_speed, expected_state, airbrakes_ext):
def test_update(
self, motor_burn_state, avg_acceleration_mag, current_speed, max_speed, expected_state, airbrakes_ext
):
motor_burn_state.context.data_processor._avg_accel_mag = avg_acceleration_mag
motor_burn_state.context.data_processor._speed = current_speed
motor_burn_state.context.data_processor._max_speed = max_speed
Expand Down

0 comments on commit 8391b43

Please sign in to comment.