Skip to content

Commit 3cc6759

Browse files
committed
Please consider the following formatting changes
1 parent adc5fdd commit 3cc6759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Framework/Core/test/test_ForwardInputs.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ TEST_CASE("ForwardInputsSingleMessageSingleRouteAtEOS")
161161
TimesliceSlot slot{0};
162162

163163
auto result = o2::framework::DataProcessingHelpers::routeForwardedMessages(proxy, slot, currentSetOfInputs, oldestTimeslice, copyByDefault, consume);
164-
REQUIRE(result.size() == 1); // One route
164+
REQUIRE(result.size() == 1); // One route
165165
REQUIRE(result[0].Size() == 0); // FIXME: this is an actual error. It should be 2
166166
// Correct behavior below:
167167
// REQUIRE(result[0].Size() == 2);
@@ -222,7 +222,7 @@ TEST_CASE("ForwardInputsSingleMessageSingleRouteWithOldestPossible")
222222
TimesliceSlot slot{0};
223223

224224
auto result = o2::framework::DataProcessingHelpers::routeForwardedMessages(proxy, slot, currentSetOfInputs, oldestTimeslice, copyByDefault, consume);
225-
REQUIRE(result.size() == 1); // One route
225+
REQUIRE(result.size() == 1); // One route
226226
REQUIRE(result[0].Size() == 0); // FIXME: this is actually wrong
227227
// FIXME: actually correct behavior below
228228
// REQUIRE(result[0].Size() == 2); // Two messages

0 commit comments

Comments
 (0)