Skip to content

Commit

Permalink
Merge pull request #163 from sot/bright-star-roll-option
Browse files Browse the repository at this point in the history
Update roll review test for up to 5.2 mag stars
  • Loading branch information
jeanconn authored Oct 13, 2021
2 parents f1c31dc + 3b17af2 commit 9c0efe1
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 9c0efe1

Please sign in to comment.