Skip to content

Commit

Permalink
chore: missed a spot
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwa2710 committed Oct 17, 2023
1 parent 324b23b commit 94565ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/test/trajectory/test_segment.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,6 @@ def test_solve(
assert solution.get_initial_mass() is not None
assert solution.get_final_mass() is not None

assert solution.get_propagation_duration() is not None
assert solution.get_propagation_duration() is not None
assert solution.compute_delta_mass() is not None
assert solution.compute_delta_v(1500.0) is not None

0 comments on commit 94565ce

Please sign in to comment.