From bdc26f89927738b8ec1ba739a432b530e6419616 Mon Sep 17 00:00:00 2001 From: Fan <fan_hu@pku.edu.cn> Date: Sat, 30 Oct 2021 17:00:03 +0800 Subject: [PATCH] fix tests --- tests/modules/testParticleCut.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/modules/testParticleCut.cpp b/tests/modules/testParticleCut.cpp index 424ab82ca..b293d5eb0 100644 --- a/tests/modules/testParticleCut.cpp +++ b/tests/modules/testParticleCut.cpp @@ -133,7 +133,6 @@ TEST_CASE("ParticleCut", "process,continuous,secondary") { CHECK(view.getEntries() == 1); CHECK(view.getSize() == 13); - CHECK(cut.getEmEnergy() == Ebelow * A); } SECTION("cut low energy: electrons, photons, hadrons and muons") { -- GitLab