We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2df51e commit 1dabcc4Copy full SHA for 1dabcc4
tests/unit/test_rail_buttons_bending_moments.py
@@ -85,7 +85,7 @@ def test_bending_moment_zero_with_none_button_height(calisto_motorless):
85
86
def test_bending_moment_zero_with_default_button_height(calisto_motorless):
87
"""Verify bending moments return zero when button_height uses default value.
88
-
+
89
Parameters
90
----------
91
calisto_motorless : rocketpy.Rocket
@@ -98,7 +98,7 @@ def test_bending_moment_zero_with_default_button_height(calisto_motorless):
98
angular_position=45,
99
# button_height not specified - should default to None
100
)
101
102
# Verify default is None
103
assert calisto_motorless.rail_buttons[0].component.button_height is None
104
0 commit comments