From c760a5101c96ecf087b34afc932577f19430c541 Mon Sep 17 00:00:00 2001 From: Felix Riehn <felix@matilda> Date: Mon, 25 Jan 2021 14:54:40 +0000 Subject: [PATCH] adjust test result --- tests/modules/testPythia8.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/modules/testPythia8.cpp b/tests/modules/testPythia8.cpp index 8ddd613ad..43e767fad 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); } } -- GitLab