Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Nov 22, 2024
1 parent 688c67c commit 74ceb4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stdatamodels/jwst/datamodels/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,6 @@ def test_amioi_model_oifits_extra_columns(tmp_path, oifits_ami_model, table_name

def test_amioi_model_extra_meta(tmp_path, oifits_ami_model):
oifits_ami_model.meta.calibrator_object_id = "foo"
oifits_ami_model.meta.telescope_roll = 0
fn = tmp_path / "test.fits"
oifits_ami_model.save(fn)

Expand Down

0 comments on commit 74ceb4b

Please sign in to comment.