diff --git a/tests/modules/testPythia8.cpp b/tests/modules/testPythia8.cpp index 8ddd613ad21e26f50166a14fcb11a5f7580385cb..43e767fad900906726d97c6a059fe0a1db59cb0d 100644 --- a/tests/modules/testPythia8.cpp +++ b/tests/modules/testPythia8.cpp @@ -170,6 +170,6 @@ TEST_CASE("pythia process") { model.doInteraction(view); [[maybe_unused]] const GrammageType length = model.getInteractionLength(particle); CHECK(length / 1_kg * square(1_m) == Approx(43.04).margin(5e-1)); - CHECK(view.getSize() == 38); + CHECK(view.getSize() == 40); } }