From ca7ea6051976fa3425c42fdadf878a1b8829b31a Mon Sep 17 00:00:00 2001
From: Felix Riehn <felix@matilda>
Date: Thu, 21 Jan 2021 20:14:46 +0000
Subject: [PATCH] make test labels for pythia interaction consistent with other
 models

---
 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..2ad4b1edb 100644
--- a/tests/modules/testPythia8.cpp
+++ b/tests/modules/testPythia8.cpp
@@ -94,7 +94,7 @@ auto sumMomentum(TStackView const& view, CoordinateSystemPtr const& vCS) {
   return sum;
 }
 
-TEST_CASE("pythia process") {
+TEST_CASE("PythiaInterface", "[processes]") {
 
   logging::set_level(logging::level::info);
   corsika_logger->set_pattern("[%n:%^%-8l%$] custom pattern: %v");
-- 
GitLab