Skip to content

Commit

Permalink
Fixed typo in test header file name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Snyder005 committed Jan 10, 2024
1 parent 4e0b4da commit 2f1ff21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,7 @@ def test_ts8_translator(self):
self.assertObservationInfoFromYaml(filename, dir=self.datadir, **expected)

def test_ucdcam_translator(self):
test_data = (("UCD-E2V-CCD250-20231031_000227_R21_S01.yaml",
test_data = (("UCD-E2V-CCD250-TS_C_20231031_000227_R21_S01.yaml",
dict(telescope=None,
instrument="LSST-UCDCam",
dark_time=2.07859*u.s,
Expand All @@ -1251,7 +1251,7 @@ def test_ucdcam_translator(self):
group_counter_start=227,
has_simulated_content=False,
observation_counter=227,
observation_id="UCD-E2V-CCD250-20231031_000227_R21_S01",
observation_id="UCD-E2V-CCD250-TS_C_20231031_000227_R21_S01",
observation_type="flat",
observation_reason="flat",
observing_day=20231031,
Expand Down

0 comments on commit 2f1ff21

Please sign in to comment.