Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmis committed Sep 29, 2023
1 parent 0bed060 commit cd2b95d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion monitoring/uss_qualifier/scenarios/astm/utm/test_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ def expect_shared(
oi_full.details,
flight_intent.operational_intent.priority,
Volume4DCollection.from_f3548v21(
flight_intent.operational_intent.volumes + flight_intent.operational_intent.off_nominal_volumes
flight_intent.operational_intent.volumes
+ flight_intent.operational_intent.off_nominal_volumes
).bounding_volume.to_f3548v21(),
)
if error_text:
Expand Down

0 comments on commit cd2b95d

Please sign in to comment.