diff --git a/src/RawMasterFile.test.cpp b/src/RawMasterFile.test.cpp index 7fdcaf7..2ec9dc8 100644 --- a/src/RawMasterFile.test.cpp +++ b/src/RawMasterFile.test.cpp @@ -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); }