Skip to content

Commit

Permalink
Fix failing API tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacarniato committed Aug 8, 2023
1 parent a3c40e6 commit 735393d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/MeshKernelApi/tests/src/ApiTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3364,8 +3364,8 @@ TEST(CurvilinearGrid, MakeUniformn_OnSphericalCoordinatesWithpolygon_ShouldMakeC
ASSERT_EQ(meshkernelapi::MeshKernelApiErrors::Success, errorCode);

// Assert
ASSERT_EQ(32, curvilinearGridResults.num_m);
ASSERT_EQ(31, curvilinearGridResults.num_n);
ASSERT_EQ(44, curvilinearGridResults.num_m);
ASSERT_EQ(43, curvilinearGridResults.num_n);
}

TEST(CurvilinearGrid, MakeUniformOnDefinedExtension_OnSphericalCoordinates_ShouldMakeCurvilinearGrid)
Expand Down

0 comments on commit 735393d

Please sign in to comment.