Skip to content

Commit

Permalink
Remove unnecessary monkeypatch
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanconn committed Nov 11, 2023
1 parent e52fe59 commit 550e0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proseco/tests/test_fid.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
os.environ[agasc.SUPPLEMENT_ENABLED_ENV] = "False"


def test_get_fid_position(monkeypatch):
def test_get_fid_position():
"""
Compare computed fid positions to flight values from starcheck reports.
"""
Expand Down

0 comments on commit 550e0ef

Please sign in to comment.