Skip to content

Commit

Permalink
rev: update wkb test
Browse files Browse the repository at this point in the history
changes per #522 (comment)
  • Loading branch information
program-- authored and mattw-nws committed Jul 18, 2023
1 parent 8b6dbc7 commit d8ca23f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/geopackage/WKB_Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@ TEST_F(WKB_Test, wkb_polygon_with_holes_test)

const std::vector<std::pair<double, double>> expected_inner = {
{2, 2},
{3, 2},
{3, 3},
{2, 3},
{3, 3},
{3, 2},
{2, 2}
};

Expand Down

0 comments on commit d8ca23f

Please sign in to comment.