From b62d42b5456840f28a50f1673694193872a86784 Mon Sep 17 00:00:00 2001 From: shoulinwei Date: Tue, 8 Oct 2024 16:09:19 +0800 Subject: [PATCH] add file_type --- tests/facility/test_facility_level0.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/facility/test_facility_level0.py b/tests/facility/test_facility_level0.py index 463e8f9..a506693 100644 --- a/tests/facility/test_facility_level0.py +++ b/tests/facility/test_facility_level0.py @@ -32,7 +32,7 @@ class Level0DataTestCase(unittest.TestCase): obs_id = '100000101', detector_no = "01", filter = "u", - file_type = "sci", + file_type = "SCI", obs_time = "2021-06-06 11:12:13", exp_time = 150, detector_status_id = 3, -- GitLab