mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-06 10:00:40 +02:00
fixed tests
This commit is contained in:
parent
d5a3ddfe7e
commit
f0a0243233
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user