mirror of
https://github.com/jdejaegh/python-irceline.git
synced 2025-06-26 19:35:40 +02:00
Remove print
This commit is contained in:
parent
44a021defb
commit
d747655abd
1 changed files with 0 additions and 1 deletions
|
@ -170,7 +170,6 @@ async def test_belaqi_index_forecast_missing_day():
|
|||
result = await belaqi_index_forecast(client, pos, date(2024, 6, 21))
|
||||
|
||||
expected_days = {date(2024, 6, 21) + timedelta(days=i) for i in range(5)}
|
||||
print(result)
|
||||
assert set(result.keys()) == expected_days
|
||||
for v in result.values():
|
||||
assert v is None
|
||||
|
|
Loading…
Add table
Reference in a new issue