Skip to content

Commit

Permalink
updated test name
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Jan 14, 2024
1 parent 6fb71e7 commit c5da40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ test("skew", async ({ eq }) => {
}
});

test("o0antarctica", async ({ eq }) => {
test("antarctica with NaN", async ({ eq }) => {
const filename = "bremen_sea_ice_conc_2022_9_9.tif";
const filepath = path.resolve(__dirname, "./test-data", filename);
const geotiff = await GeoTIFF.fromFile(filepath);
Expand Down

0 comments on commit c5da40f

Please sign in to comment.