fix test
This commit is contained in:
parent
8827b15496
commit
b32c0406dd
1 changed files with 1 additions and 1 deletions
|
|
@ -30,4 +30,4 @@ class MeteoFranceTest(BackendTest):
|
|||
self.assertTrue(current.temp > -20 and current.temp < 50)
|
||||
|
||||
forecasts = list(self.backend.iter_forecast(city.id))
|
||||
self.assertTrue(len(l) > 0)
|
||||
self.assertTrue(len(forecasts) > 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue