Skip to content

Commit c5da40f

Browse files
committed
updated test name
1 parent 6fb71e7 commit c5da40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ test("skew", async ({ eq }) => {
812812
}
813813
});
814814

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

0 commit comments

Comments
 (0)