Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
danovaro committed Oct 2, 2024
1 parent 4e95788 commit a968e41
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 @@ -375,7 +375,7 @@ CASE("test codessplitter unstr_latlot.tmpl String") {
MD_EXPECT_STRING(md, "numberOfGridUsed", "10");
MD_EXPECT_STRING(md, "numberOfGridInReference", "1");
MD_EXPECT_STRING(md, "uuidOfHGrid", "66a341d21dcf11b2880c0f1645f3d1dc");
MD_EXPECT_STRING(md, "unstructuredGridType", "unknown");
MD_EXPECT_STRINGS(md, "unstructuredGridType", "unknown", "DART");
MD_EXPECT_STRING(md, "unstructuredGridSubtype", "T");
MD_EXPECT_STRING(md, "unstructuredGridUUID", "unknown");
MD_EXPECT_STRING(md, "gridName", "unknown");
Expand Down

0 comments on commit a968e41

Please sign in to comment.