From 94565cea47b54b1097e35306f5c0410b68dbcd15 Mon Sep 17 00:00:00 2001 From: vishwa shah Date: Tue, 17 Oct 2023 06:09:58 +0000 Subject: [PATCH] chore: missed a spot --- bindings/python/test/trajectory/test_segment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/test/trajectory/test_segment.py b/bindings/python/test/trajectory/test_segment.py index 06c6fac43..b5a058dbf 100644 --- a/bindings/python/test/trajectory/test_segment.py +++ b/bindings/python/test/trajectory/test_segment.py @@ -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