Skip to content

Commit

Permalink
adapt unit tests to metanorm improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Jun 25, 2020
1 parent 939db84 commit a4ab40d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_ingesters.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,9 +537,8 @@ def test_get_normalized_attributes(self):
year=2020, month=3, day=18, hour=6, minute=23, second=30, microsecond=975000,
tzinfo=tzutc()))

self.assertEqual(normalized_parameters['instrument']['Short_Name'], 'SAR')
self.assertEqual(normalized_parameters['instrument']['Long_Name'],
'Synthetic Aperture Radar')
self.assertEqual(normalized_parameters['instrument']['Short_Name'], 'SENTINEL-1 C-SAR')
self.assertEqual(normalized_parameters['instrument']['Long_Name'], '')
self.assertEqual(normalized_parameters['instrument']['Category'],
'Earth Remote Sensing Instruments')
self.assertEqual(normalized_parameters['instrument']['Subtype'], '')
Expand Down

0 comments on commit a4ab40d

Please sign in to comment.