Skip to content

Commit

Permalink
BUG: changing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Aug 11, 2021
1 parent f26d346 commit 4fbae33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysatMissions/tests/test_instruments.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def test_sgp4_options(self, kw_dict):

@pytest.mark.parametrize(
"kw_dict",
[{'inclination': 13, 'alt_periapsis': 400, 'alt_apoapsis': 850},
[{'inclination': 13, 'alt_apoapsis': 850},
{'TLE1': '1 25544U 98067A 18135.61844383 .00002728 00000-0 48567-4 0 9998'}
])
def test_sgp4_options_errors(self, kw_dict):
Expand Down

0 comments on commit 4fbae33

Please sign in to comment.