mirror of
https://github.com/jdejaegh/irm-kmi-api.git
synced 2025-06-26 20:05:40 +02:00
Enable test
This commit is contained in:
parent
b4ea036f46
commit
2f1c64b1c8
1 changed files with 4 additions and 4 deletions
|
@ -337,10 +337,10 @@ async def test_download_many_clouds():
|
|||
|
||||
def test_can_build_rain_graph_with_empty_sequence():
|
||||
|
||||
# RainGraph(
|
||||
# RadarAnimationData(sequence=None),
|
||||
# 'en', 'style'
|
||||
# )
|
||||
RainGraph(
|
||||
RadarAnimationData(sequence=None),
|
||||
'en', 'style'
|
||||
)
|
||||
|
||||
RainGraph(
|
||||
RadarAnimationData(sequence=[]),
|
||||
|
|
Loading…
Add table
Reference in a new issue