diff --git a/SilKit/IntegrationTests/ITest_MessageAggregation.cpp b/SilKit/IntegrationTests/ITest_MessageAggregation.cpp index 4e032dc97..047383721 100644 --- a/SilKit/IntegrationTests/ITest_MessageAggregation.cpp +++ b/SilKit/IntegrationTests/ITest_MessageAggregation.cpp @@ -106,7 +106,7 @@ TEST_F(ITest_MessageAggregation, timeout_in_case_of_deadlock_when_using_async_si timeSyncService->SetSimulationStepHandlerAsync( [dataPublisher, lifecycleService, &msgReceived](std::chrono::nanoseconds /*now*/, - std::chrono::nanoseconds /*duration*/) { + std::chrono::nanoseconds /*duration*/) { // send ping std::vector ping(1, '?'); dataPublisher->Publish(std::move(ping));