Skip to content

Commit d42c00d

Browse files
committed
Add ssp_lon to the dict of attribute to be tested
1 parent fdeeed4 commit d42c00d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

satpy/tests/reader_tests/test_fci_l2_nc.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,8 @@ def test_all_basic(self, amv_filehandler, amv_file):
622622
"spacecraft_name": "test_platform",
623623
"sensor": "test_data_source",
624624
"platform_name": "test_platform",
625-
"channel": "test_channel"
625+
"channel": "test_channel",
626+
"ssp_lon": 0.0,
626627
}
627628
assert global_attributes == expected_global_attributes
628629

0 commit comments

Comments
 (0)