Skip to content

Commit a3ff875

Browse files
committed
fix but in last commit
1 parent f8f7785 commit a3ff875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/test/test_SimpleTimer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ std::vector<DataProcessorSpec> defineDataProcessing(ConfigContext const&)
4040
AlgorithmSpec{
4141
adaptStateless([](ControlService& control, InputRecord& inputs) {
4242
DataRef ref = inputs.get("atimer");
43-
assert(header);
4443
auto* header = o2::header::get<o2::header::DataHeader*>(ref.header);
44+
assert(header);
4545
LOG(info) << "Run number: " << header->runNumber;
4646
// This is invoked autonomously by the timer.
4747
control.readyToQuit(QuitRequest::Me);

0 commit comments

Comments
 (0)