Skip to content

Commit

Permalink
Test new platform alias
Browse files Browse the repository at this point in the history
  • Loading branch information
joleenf committed Oct 23, 2024
1 parent 2b68cbe commit a4b8c8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion satpy/tests/reader_tests/test_viirs_edr.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,8 @@ def test_availability_veg_idx(self, data_file, exp_available):
[
("npp", "Suomi-NPP"),
("JPSS-1", "NOAA-20"),
("J01", "NOAA-20")
("J01", "NOAA-20"),
("n21", "NOAA-21")
])
def test_get_platformname(self, surface_reflectance_file, filename_platform, exp_shortname):
"""Test finding start and end times of granules."""
Expand Down

0 comments on commit a4b8c8d

Please sign in to comment.