Skip to content

Commit

Permalink
Fix DWD radar test
Browse files Browse the repository at this point in the history
  • Loading branch information
gutzbenj committed Apr 27, 2021
1 parent 4dc00b0 commit 31ff385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/provider/dwd/radar/__init__.py
Expand Up @@ -3,8 +3,8 @@
# Distributed under the MIT License. See LICENSE for more info.

station_reference_pattern_unsorted = (
"(asb,)?(boo,)?ros,hnr,umd,pro,ess,fld,drs,"
"(neu,)?(nhb,)?oft,eis,(tur,)?(isn,)?fbg,mem"
"(asb,)?(boo,)?ros,hnr,umd,pro,ess,fld,(drs,)?"
"(neu,)?(nhb,)?oft,eis,(tur,)?(isn,)?fbg(,mem)?"
)
station_reference_pattern_sorted = (
"(asb,)?(boo,)?drs,eis,ess,fbg,fld,hnr,(isn,)?"
Expand Down

0 comments on commit 31ff385

Please sign in to comment.