Commit aca1013e0ff69703ff865be97fa810ce844e2c1c

Authored by hitier
1 parent 400fb240
Exists in rhitier-dev and in 1 other branch DEV

Fix test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
tests/BackendTests.py
... ... @@ -61,7 +61,7 @@ class AmdaTestCase(BaseTestCase):
61 61 model = {'parameters': {'dens': 'Dens', 'temp': 'Temp', 'vtot': 'Vel'}, 'slug': 'ace_swepam_real_1h'}
62 62 s0, s1 = _sta_sto(model, started_at, stopped_at)
63 63 all_data = get_data_for_target(target_config, 'om', s0, s1)
64   - self.assertEqual(1, len(all_data))
  64 + self.assertEqual(25, len(all_data))
65 65  
66 66 def test_sta_sto(self):
67 67 started_at = ddatetime.strptime("2021-12-17 00:00:00", FILE_DATE_FMT)
... ...