Skip to content

Commit 78c068e

Browse files
author
Fraser Greenroyd
authored
Updated OpenMeteoVariable test script (#180)
2 parents 2ad6e16 + 95c6737 commit 78c068e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

LadybugTools_Engine/Python/tests/test_helpers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ def test_sunrise_sunset():
5050
def test_openmeteo_variable():
5151
"""_"""
5252
assert (
53-
OpenMeteoVariable.from_string("windgusts_10m")
54-
== OpenMeteoVariable.WINDGUSTS_10M
53+
OpenMeteoVariable.from_string("winddirection_100m")
54+
== OpenMeteoVariable.WINDDIRECTION_100M
5555
)
5656
assert OpenMeteoVariable.TEMPERATURE_2M.openmeteo_unit == "°C"
5757
assert OpenMeteoVariable.TEMPERATURE_2M.target_name == "Dry Bulb Temperature"

0 commit comments

Comments
 (0)