fixed tests

This commit is contained in:
maliakal_d 2021-11-25 12:26:48 +01:00
parent 497d29db39
commit c169e6b896

View File

@ -1564,7 +1564,7 @@ TEST_CASE("readnrows", "[.cmd]") {
0x30000) == 0x30000)) { 0x30000) == 0x30000)) {
jungfrauhw2 = true; jungfrauhw2 = true;
} }
if (!jungfrauhw2) { if (det_type == defs::JUNGFRAU && !jungfrauhw2) {
{ {
std::ostringstream oss; std::ostringstream oss;
proxy.Call("readnrows", {}, -1, GET, oss); proxy.Call("readnrows", {}, -1, GET, oss);