mitigating clang-tidy warnings

This commit is contained in:
Erik Frojdh
2019-04-09 14:31:08 +02:00
parent 70b2a41d5e
commit 8c3691f767
5 changed files with 40 additions and 39 deletions

View File

@ -19,7 +19,7 @@ TEST_CASE("Set and get trimen", "[detector]") {
// At the beginning there should be no trimen set
auto res = d.getTrimEn();
CHECK(res.empty() == 0);
CHECK(res.empty());
std::vector<int> energies{5200, 6400, 8500, 9900, 12000};
d.setTrimEn(energies);