Fix tests (#647)

* fixes tests
This commit is contained in:
Dhanya Thattil
2023-02-09 15:57:05 +01:00
committed by GitHub
parent 8158ef876c
commit e14f6981a0
3 changed files with 20 additions and 13 deletions

View File

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