From 7f7a691b25f88288a49dd0913c7b3f97db0722bd Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Thu, 25 Nov 2021 10:19:48 +0100 Subject: [PATCH] fix test --- slsDetectorSoftware/tests/test-CmdProxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorSoftware/tests/test-CmdProxy.cpp b/slsDetectorSoftware/tests/test-CmdProxy.cpp index 0820bf902..2806f3b91 100644 --- a/slsDetectorSoftware/tests/test-CmdProxy.cpp +++ b/slsDetectorSoftware/tests/test-CmdProxy.cpp @@ -1564,7 +1564,7 @@ TEST_CASE("readnrows", "[.cmd]") { 0x20000)) { jungfrauhw2 = true; } - if (jungfrauhw2) { + if (!jungfrauhw2) { { std::ostringstream oss; proxy.Call("readnrows", {}, -1, GET, oss);