Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 committed Nov 27, 2023
1 parent 8950cc6 commit 4115231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/utils/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def mock_meta():
def test_get_frames_metadata(make_fits):
""" test we can extract metadata from a fits file """
meta = get_frames_metadata(61234)
meta = meta.sort_values('camera')
assert len(meta) == 3
assert 61234 in meta['mjd'].unique()
assert 1111 in meta['tileid'].unique()
Expand Down

0 comments on commit 4115231

Please sign in to comment.