diff --git a/tests/modules/testSophia.cpp b/tests/modules/testSophia.cpp
index da8bc633bcb967e51af11d07f2f5d49f8de733fd..8043ddbcb0e7a7721a40807fd4ab423eac7e71e9 100644
--- a/tests/modules/testSophia.cpp
+++ b/tests/modules/testSophia.cpp
@@ -118,6 +118,7 @@ TEST_CASE("SophiaInterface", "modules") {
     FourMomentum const aP4(100_GeV, {cs, 99_GeV, 0_GeV, 0_GeV});
     FourMomentum const bP4(1_GeV, {cs, 0_GeV, 0_GeV, 0_GeV});
     CHECK(0_mb == model.getCrossSection(Code::Photon, Code::Proton, aP4, bP4));
+    CHECK_THROWS(model.doInteraction(view, Code::Electron, Code::Proton, aP4, bP4));
   }
 
   SECTION("InteractionInterface - interaction") {