Skip to content

Commit

Permalink
Merge branch 'hotfix/1.10.18' into feature/METK-112_subHourly
Browse files Browse the repository at this point in the history
  • Loading branch information
danovaro committed Oct 21, 2023
2 parents 1f2f679 + ee46514 commit 1b6ce88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_codes_decoder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ CASE("test codessplitter unstr_latlot.tmpl Native") {
MD_EXPECT_LONG(md, "endStep", 0);
MD_EXPECT_STRING(md, "stepRange", "0");
MD_EXPECT_LONG(md, "validityDate", 10101);
MD_EXPECT_LONG(md, "validityTime", 0);
MD_EXPECT_STRINGS(md, "validityTime", "0", "0000");
MD_EXPECT_STRING(md, "typeOfFirstFixedSurface", "168");
MD_EXPECT_STRING(md, "unitsOfFirstFixedSurface", "Numeric");
MD_EXPECT_STRING(md, "nameOfFirstFixedSurface", "Ocean model level");
Expand Down

0 comments on commit 1b6ce88

Please sign in to comment.