This commit is contained in:
Erik Fröjdh
2025-12-18 14:25:19 +01:00
parent eeea553c84
commit c69c0c96c7

View File

@@ -257,7 +257,7 @@ TEST_CASE("Parse a master file in new .json format",
auto roi = f.roi().value();
REQUIRE(roi.xmin == 0);
REQUIRE(roi.xmax == 2559);
REQUIRE(roi.xmax == 2560);
REQUIRE(roi.ymin == -1);
REQUIRE(roi.ymax == -1);
}