Skip to content

Commit

Permalink
fix(gfs): naming
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Nov 25, 2024
1 parent ac3c7d8 commit 0608db5
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,11 @@ class TestCase:
should_error=False,
),
TestCase(
filename="test_HRES_GFS_r.grib",
filename="test_HRES-GFS_r.grib",
should_error=False,
),
TestCase(
filename="test_UM-Global_t2m.grib",
should_error=True,
),
]
Expand Down

0 comments on commit 0608db5

Please sign in to comment.