diff --git a/tests/geo/grid_fesom.cc b/tests/geo/grid_fesom.cc index 1fcd31b51..b13cad386 100644 --- a/tests/geo/grid_fesom.cc +++ b/tests/geo/grid_fesom.cc @@ -77,7 +77,7 @@ CASE("spec") { EXPECT(grid1->spec_str() == grid2->spec_str()); - std::unique_ptr grid4(GridFactory::build(spec::Custom({{"grid", "pi"}}))); + std::unique_ptr grid4(GridFactory::build(spec::Custom({{"grid", "pi_N"}}))); EXPECT(grid4->spec_str() == expected_spec_str); std::unique_ptr grid5(GridFactory::build(spec::Custom({{"uid", UID_N}})));