Skip to content

Commit 12da037

Browse files
wiechulashahor02
authored andcommitted
TPC: Add missing boost check
1 parent 1bfb668 commit 12da037

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Detectors/TPC/base/test/testTPCCalDet.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ BOOST_AUTO_TEST_CASE(CalDet_Arithmetics)
310310
for (const auto& calArr : padCmp.getData()) {
311311
isEqual &= std::all_of(calArr.getData().begin(), calArr.getData().end(), [](const auto val) { return isEqualAbs(val, 10.f); });
312312
}
313+
BOOST_CHECK_EQUAL(isEqual, true);
313314
}
314315

315316
} // namespace tpc

0 commit comments

Comments
 (0)