Skip to content

Commit 0117715

Browse files
aZira371Copilot
andauthored
Update tests/acceptance/test_3dof_flight.py
Co-authored-by: Copilot <[email protected]>
1 parent e48a5fe commit 0117715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/acceptance/test_3dof_flight.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def test_3dof_flight_basic_trajectory(flight_3dof_no_weathercock):
6868
f"[{MIN_APOGEE_TIME}, {MAX_APOGEE_TIME}]"
6969
)
7070

71-
# Validate maximum velocity is reasonable (subsonic to low supersonic)
71+
# Validate maximum velocity is reasonable (subsonic)
7272
max_velocity = flight.max_speed
7373
assert MIN_VELOCITY < max_velocity < MAX_VELOCITY, (
7474
f"Maximum velocity {max_velocity:.1f} m/s is outside expected range "

0 commit comments

Comments
 (0)