From 2f1c64b1c8019e1691fa6d07520ba605c5b18032 Mon Sep 17 00:00:00 2001 From: Jules Dejaeghere Date: Sat, 3 May 2025 21:06:43 +0200 Subject: [PATCH] Enable test --- tests/test_rain_graph.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/test_rain_graph.py b/tests/test_rain_graph.py index e5d4c03..feadef0 100644 --- a/tests/test_rain_graph.py +++ b/tests/test_rain_graph.py @@ -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=[]),