Skip to content

Commit

Permalink
fix recliner script
Browse files Browse the repository at this point in the history
  • Loading branch information
samirg1 committed Sep 4, 2023
1 parent cd9bd54 commit 8e9e238
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/design/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
_INTEGRITY_P = ScriptTest("INTEGRITY", _PASS, _N_A, _FAIL)
_ACCESSORIES_P = ScriptTest("ACCESSORIES", _PASS, _N_A, _FAIL)
_ACTUATOR_P = ScriptTest("ACTUATOR", _PASS, _N_A, _FAIL)
_POWER_P = ScriptTest("POWER", _PASS, _N_A, _FAIL)


SCRIPTS: dict[str, Script] = {
Expand Down Expand Up @@ -165,7 +166,7 @@
"RECLINER": Script(
"RECLINER",
"AT - LIFT RECLINER",
(_HARDWARE_P, _ACTUATOR_P, _CONTROL_P, _FRAME_P, _PAINT_P, _OPERATION_P, _LABELLING_P, _BATTERY_N, _CONDITION_1),
(_HARDWARE_P, _ACTUATOR_P, _CONTROL_P, _FRAME_P, _PAINT_P, _OPERATION_P, _LABELLING_P, _BATTERY_N, _POWER_P, _CONDITION_1),
),
"TUB": Script(
"TUB",
Expand Down

0 comments on commit 8e9e238

Please sign in to comment.