mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 12:57:13 +02:00
test fix
This commit is contained in:
@ -55,7 +55,7 @@ TEST_CASE("defaultpattern", "[.cmd]") {
|
||||
REQUIRE_NOTHROW(proxy.Call("defaultpattern", {}, -1, PUT));
|
||||
} else {
|
||||
REQUIRE_THROWS(proxy.Call("defaultpattern", {}, -1, GET));
|
||||
REQUIRE_NOTHROW(proxy.Call("defaultpattern", {}, -1, PUT));
|
||||
REQUIRE_THROWS(proxy.Call("defaultpattern", {}, -1, PUT));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user