mirror of
https://github.com/jdejaegh/irm-kmi-api.git
synced 2025-06-27 04:05:56 +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():
|
def test_can_build_rain_graph_with_empty_sequence():
|
||||||
|
|
||||||
# RainGraph(
|
RainGraph(
|
||||||
# RadarAnimationData(sequence=None),
|
RadarAnimationData(sequence=None),
|
||||||
# 'en', 'style'
|
'en', 'style'
|
||||||
# )
|
)
|
||||||
|
|
||||||
RainGraph(
|
RainGraph(
|
||||||
RadarAnimationData(sequence=[]),
|
RadarAnimationData(sequence=[]),
|
||||||
|
|
Loading…
Add table
Reference in a new issue