Skip to content

Commit c787b36

Browse files
committed
TST:Update the test:do not warn when missing parachute
1 parent 1d75f80 commit c787b36

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/unit/rocket/test_rocket.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@ def test_check_missing_all_components(calisto_motorless):
380380
assert len(record) == 1
381381
msg = str(record[0].message)
382382
assert "motor" in msg
383-
assert "parachutes" in msg
384383
assert "aerodynamic surfaces" in msg
385384

386385

@@ -394,7 +393,6 @@ def test_check_missing_some_components(calisto):
394393

395394
assert len(record) == 1
396395
msg = str(record[0].message)
397-
assert "parachutes" in msg
398396
assert "aerodynamic surfaces" in msg
399397

400398

0 commit comments

Comments
 (0)