Skip to content

Commit d2244a3

Browse files
Fix day_night data
1 parent 6a61f46 commit d2244a3

1 file changed

Lines changed: 16 additions & 19 deletions

File tree

tests/data.py

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -160,34 +160,31 @@
160160
],
161161
},
162162
"day_night": {
163-
"summary": "Test day/night forecast",
164-
"icon": "partly-cloudy-day",
165163
"data": [
166164
{
167-
"time": 1765216800,
168-
"summary": "Partly Cloudy",
165+
"time": 1765188000,
166+
"summary": "Mostly cloudy in the morning.",
169167
"icon": "partly-cloudy-day",
170168
"precipIntensity": 0.0,
171169
"precipIntensityMax": 0.0,
172170
"precipProbability": 0.0,
173171
"precipType": "snow",
174-
"temperature": -7.04,
175-
"apparentTemperature": -13.35,
176-
"dewPoint": -8.0,
177-
"humidity": 0.91,
178-
"pressure": 1008.55,
179-
"windSpeed": 21.6,
180-
"windGust": 33.84,
181-
"windBearing": 310,
182-
"cloudCover": 0.58,
183-
"uvIndex": 1.24,
184-
"visibility": 16.09,
185-
"ozone": 406.56,
172+
"temperature": -6.24,
173+
"apparentTemperature": -11.82,
174+
"dewPoint": -10.32,
175+
"humidity": 0.9,
176+
"pressure": 1007.44,
177+
"windSpeed": 16.95,
178+
"windGust": 25.48,
179+
"windBearing": 236,
180+
"cloudCover": 0.71,
181+
"uvIndex": 0.52,
182+
"visibility": 15.21,
183+
"ozone": 403.46,
186184
"smoke": 0.0,
187-
"solar": 227.36,
188-
"feelsLike": -14.45,
185+
"fireIndex": 6.69,
186+
"solar": 90.34,
189187
"cape": 0,
190-
"fireIndex": 6.0,
191188
}
192189
],
193190
},

0 commit comments

Comments
 (0)