Skip to content

Commit c08d5ba

Browse files
committed
Please consider the following formatting changes
1 parent 135238e commit c08d5ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Framework/Core/test/test_ForwardInputs.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ TEST_CASE("ForwardInputsSingleMessageSingleRouteAtEOS")
201201
REQUIRE(messageSet.size() == 1);
202202
currentSetOfInputs.emplace_back(std::move(messageSet));
203203

204-
205204
auto result = o2::framework::DataProcessingHelpers::routeForwardedMessages(proxy, currentSetOfInputs, copyByDefault, consume);
206205
REQUIRE(result.size() == 1); // One route
207206
REQUIRE(result[0].Size() == 0); // FIXME: this is an actual error. It should be 2. However it cannot really happen.

0 commit comments

Comments
 (0)