mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-13 16:24:46 +01:00
test delay fix
This commit is contained in:
@@ -300,7 +300,7 @@ TEST_CASE("delay", "[.cmd][.new]") {
|
||||
if (det_type == defs::EIGER) {
|
||||
REQUIRE_THROWS(proxy.Call("delay", {"1"}, -1, PUT));
|
||||
REQUIRE_THROWS(proxy.Call("delay", {}, -1, GET));
|
||||
} if (det_type == defs::GOTTHARD) {
|
||||
} else if (det_type == defs::GOTTHARD) {
|
||||
// extra delays for master (can throw when setting)
|
||||
REQUIRE_NOTHROW(proxy.Call("delay", {}, -1, GET));
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user