Skip to content

Commit

Permalink
Merge branch 'ecmwf:develop' into feature/METK-115-DestineClimateDT
Browse files Browse the repository at this point in the history
  • Loading branch information
mjg41 authored Oct 25, 2023
2 parents 22895bf + 49b6b55 commit e5bbeba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.17
1.10.18
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 e5bbeba

Please sign in to comment.