Skip to content

Commit

Permalink
Test gets another roll option with up to 5.2 stars
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanconn committed Oct 13, 2021
1 parent f1c31dc commit 3b17af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparkles/tests/test_review.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def test_review_roll_options():
acar = aca.get_review_table()
acar.run_aca_review(roll_level='critical')

assert len(acar.roll_options) == 3
assert len(acar.roll_options) == 4

# First roll_option is at the same attitude (and roll) as original. The check
# code is run again independently but the outcome should be the same.
Expand Down

0 comments on commit 3b17af2

Please sign in to comment.