mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 03:10:02 +02:00
tests fixed for inj_ch
This commit is contained in:
parent
21d23be522
commit
fd631ebb71
@ -22,7 +22,7 @@ TEST_CASE("inj_ch", "[.cmd][.gotthard2]") {
|
||||
REQUIRE(oss.str() == "inj_ch [0, 1]\n");
|
||||
}
|
||||
REQUIRE_THROWS(multiSlsDetectorClient("inj_ch -1 1", PUT));
|
||||
REQUIRE_THROWS(multiSlsDetectorClient("inj_ch 0 1", PUT));
|
||||
REQUIRE_THROWS(multiSlsDetectorClient("inj_ch 0 0", PUT));
|
||||
} else {
|
||||
REQUIRE_THROWS(multiSlsDetectorClient("inj_ch", GET));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user