Skip to content

Commit

Permalink
Update tested platform name
Browse files Browse the repository at this point in the history
  • Loading branch information
pnuu committed Apr 12, 2022
1 parent a707b0b commit c41d378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satpy/tests/reader_tests/test_msu_gsa_l1b.py
Expand Up @@ -152,7 +152,7 @@ def test_irbt(self):
res = self.reader.load(ds_ids)
assert 'C09' in res
assert res['C09'].attrs['calibration'] == 'brightness_temperature'
assert res['C09'].attrs['platform_name'] == 'Arctica-M N1'
assert res['C09'].attrs['platform_name'] == 'Arctica-M-N1'
assert res['C09'].attrs['sat_latitude'] == 71.25
assert res['C09'].attrs['sat_longitude'] == 21.44
assert res['C09'].attrs['sat_altitude'] == 38500.
Expand Down

0 comments on commit c41d378

Please sign in to comment.