Skip to content

Commit

Permalink
remove line that was accidentally left in
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-simpson committed Feb 4, 2024
1 parent 446cad7 commit 346a2ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gemini_instruments/test/test_astrodata_descriptors.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def test_descriptor(instr, filename, descriptor, value):
try:
ad = astrodata.open(filepath)
except FileNotFoundError:
raise
pytest.skip(f"{filename} not found")
else:
ad = astrodata.open(astrodata.testing.download_from_archive(filename))
Expand Down

0 comments on commit 346a2ad

Please sign in to comment.