We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 135238e commit c08d5baCopy full SHA for c08d5ba
1 file changed
Framework/Core/test/test_ForwardInputs.cxx
@@ -201,7 +201,6 @@ TEST_CASE("ForwardInputsSingleMessageSingleRouteAtEOS")
201
REQUIRE(messageSet.size() == 1);
202
currentSetOfInputs.emplace_back(std::move(messageSet));
203
204
-
205
auto result = o2::framework::DataProcessingHelpers::routeForwardedMessages(proxy, currentSetOfInputs, copyByDefault, consume);
206
REQUIRE(result.size() == 1); // One route
207
REQUIRE(result[0].Size() == 0); // FIXME: this is an actual error. It should be 2. However it cannot really happen.
0 commit comments