Skip to content

Commit

Permalink
test (incorrectly) for 2 loops
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriend committed Sep 27, 2024
1 parent dc7b15a commit 68b8d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/testapps/testCellsToLinkedMultiPolygon.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ SUITE(cellsToLinkedMultiPolygon) {

// Since these are the children of a cell, we exepect a single loop with
// no holes.
t_assert(countLinkedLoops(&polygon) == 1, "1 loop added to polygon");
t_assert(countLinkedLoops(&polygon) == 2, "1 loop added to polygon");

H3_EXPORT(destroyLinkedMultiPolygon)(&polygon);
}
Expand Down

0 comments on commit 68b8d84

Please sign in to comment.