mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 04:47:14 +02:00
fixed tests
This commit is contained in:
@ -1454,8 +1454,9 @@ TEST_CASE("currentsource", "[.cmd]") {
|
||||
}
|
||||
// jungfrau
|
||||
else {
|
||||
auto chipVersion = det.getChipVersion().tsquash(
|
||||
"inconsistent chip versions to test");
|
||||
int chipVersion = det.getChipVersion().tsquash(
|
||||
"inconsistent chip versions to test") *
|
||||
10;
|
||||
if (chipVersion == 10) {
|
||||
REQUIRE_THROWS(proxy.Call("currentsource", {"1"}, -1, PUT));
|
||||
REQUIRE_THROWS(
|
||||
|
Reference in New Issue
Block a user