tests fix

This commit is contained in:
2020-01-13 12:07:30 +01:00
parent 28f8a76dcc
commit db9aa7589a
3 changed files with 8 additions and 8 deletions

View File

@ -3020,7 +3020,7 @@ TEST_CASE("zmqport", "[.cmd]") {
int socketsperdetector = 1;
auto det_type = det.getDetectorType().squash();
int prev;
int prev = 1;
if (det_type == slsDetectorDefs::EIGER) {
socketsperdetector *= 2;
} else if (det_type == slsDetectorDefs::JUNGFRAU) {