fix to tests m3

This commit is contained in:
2022-12-06 10:34:17 +01:00
parent bb01f90e1f
commit 4614e0873a
2 changed files with 3 additions and 2 deletions

View File

@ -1222,7 +1222,7 @@ TEST_CASE("clkphase", "[.cmd]") {
}
std::string s_deg_val = "15";
if (det_type == defs::MYTHEN3) {
s_deg_val = "14";
s_deg_val = "15";
} else if (det_type == defs::GOTTHARD2) {
s_deg_val = "23";
}