mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 03:40:04 +02:00
added missing unit in test
This commit is contained in:
parent
511c206787
commit
1fb7352378
@ -337,7 +337,7 @@ TEST_CASE("exptime", "[.cmd][.time]") {
|
|||||||
//Get exptime of single module
|
//Get exptime of single module
|
||||||
std::ostringstream oss;
|
std::ostringstream oss;
|
||||||
proxy.Call("exptime", {}, 0, GET, oss);
|
proxy.Call("exptime", {}, 0, GET, oss);
|
||||||
REQUIRE(oss.str() == "exptime 0\n");
|
REQUIRE(oss.str() == "exptime 0ns\n");
|
||||||
}
|
}
|
||||||
det.setExptime(-1, prev_val);
|
det.setExptime(-1, prev_val);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user