removed 'Caller/CALLER' from test names as there is only one command line now (#993)

This commit is contained in:
2024-10-01 12:25:05 +02:00
committed by GitHub
parent 45957391a6
commit fd010b9aa5
11 changed files with 319 additions and 319 deletions

View File

@ -19,7 +19,7 @@ using test::PUT;
/* dacs */
TEST_CASE("CALLER::configtransceiver", "[.cmdcall]") {
TEST_CASE("configtransceiver", "[.cmdcall]") {
Detector det;
Caller caller(&det);
auto det_type = det.getDetectorType().squash();