Skip to content

Commit

Permalink
eckit::geo fix FESOM grid tests (no default subtype)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaciel committed Jan 3, 2025
1 parent ea5797d commit 86cb124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/geo/grid_fesom.cc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ CASE("spec") {

EXPECT(grid1->spec_str() == grid2->spec_str());

std::unique_ptr<const Grid> grid4(GridFactory::build(spec::Custom({{"grid", "pi"}})));
std::unique_ptr<const Grid> grid4(GridFactory::build(spec::Custom({{"grid", "pi_N"}})));
EXPECT(grid4->spec_str() == expected_spec_str);

std::unique_ptr<const Grid> grid5(GridFactory::build(spec::Custom({{"uid", UID_N}})));
Expand Down

0 comments on commit 86cb124

Please sign in to comment.