Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelChertkov committed Oct 2, 2024
1 parent 66ff36d commit 9cbf074
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions tests/unit/test_winddirection_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,27 +31,27 @@


intercardinal_expected = [
"N",
"N",
"N",
"NE",
"NE",
"NE",
"E",
"E",
"E",
"SE",
"SE",
"SE",
"S",
"S",
"SW",
"SW",
"W",
"W",
"NW",
"NW",
"N",
"n",
"n",
"n",
"ne",
"ne",
"ne",
"e",
"e",
"e",
"se",
"se",
"se",
"s",
"s",
"sw",
"sw",
"w",
"w",
"nw",
"nw",
"n",
]


Expand Down

0 comments on commit 9cbf074

Please sign in to comment.