We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2244a3 commit 7bfb87eCopy full SHA for 7bfb87e
1 file changed
tests/test_forecast.py
@@ -116,9 +116,6 @@ def test_forecast_daily(forecast):
116
117
118
def test_forecast_day_night(forecast):
119
- assert forecast.day_night.summary == DATA["day_night"]["summary"]
120
- assert forecast.day_night.icon == DATA["day_night"]["icon"]
121
-
122
for f_item, d_item in zip(
123
forecast.day_night.data, copy.deepcopy(DATA["day_night"]["data"]), strict=False
124
):
0 commit comments