diff --git a/tests/BackendTests.py b/tests/BackendTests.py index d9b4dba..b4d7f37 100644 --- a/tests/BackendTests.py +++ b/tests/BackendTests.py @@ -61,7 +61,7 @@ class AmdaTestCase(BaseTestCase): model = {'parameters': {'dens': 'Dens', 'temp': 'Temp', 'vtot': 'Vel'}, 'slug': 'ace_swepam_real_1h'} s0, s1 = _sta_sto(model, started_at, stopped_at) all_data = get_data_for_target(target_config, 'om', s0, s1) - self.assertEqual(1, len(all_data)) + self.assertEqual(25, len(all_data)) def test_sta_sto(self): started_at = ddatetime.strptime("2021-12-17 00:00:00", FILE_DATE_FMT) -- libgit2 0.21.2