diff --git a/tests/modules/testProposal.cpp b/tests/modules/testProposal.cpp index 07d5796991c016249a25745037539a209cede935..456de4cfe8c6d71f31f648e52c3283c9d93a6c6d 100644 --- a/tests/modules/testProposal.cpp +++ b/tests/modules/testProposal.cpp @@ -53,9 +53,11 @@ TEST_CASE("ProposalInterface", "modules") { } SECTION("InteractionInterface - hadronic photon interaction") { - // auto& stack = *stackPtr; + auto& stack = *stackPtr; // auto particle = stack.first(); FourMomentum P4(100_TeV, {cs, {100_TeV, 0_eV, 0_eV}}); + // finish successfully CHECK(emModel.doHadronicInteraction(view, cs, P4, Code::Oxygen) == ProcessReturn::Ok); + CHECK(stack.getEntries() > 1); } } \ No newline at end of file