Skip to content

Commit

Permalink
updated test.unwrap.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Nov 24, 2023
1 parent 94b0a9e commit c8aa7ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test.unwrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ test("unwrap example", ({ eq }) => {
const extent = new GeoExtent([-230, 19, -155, 45], { srs: 4326 });
const unwrapped = extent.unwrap().map(ext => ext.bbox);
eq(unwrapped, [
[130, 19, 180, 45],
[-180, 19, -155, 45]
[-180, 19, -155, 45],
[130, 19, 180, 45]
]);
});

Expand Down

0 comments on commit c8aa7ef

Please sign in to comment.