diff --git a/src/programs/unit_tests/Components/JStorageTests.cc b/src/programs/unit_tests/Components/JStorageTests.cc index 73835f8b6..178e5fed2 100644 --- a/src/programs/unit_tests/Components/JStorageTests.cc +++ b/src/programs/unit_tests/Components/JStorageTests.cc @@ -70,7 +70,7 @@ struct RegeneratingTestFactory : public JFactory { struct TestProc : public JEventProcessor { - PodioInput m_clusters_in {this, InputOptions("my_collection")}; + PodioInput m_clusters_in {this, InputOptions{.name="my_collection"}}; TestProc() { SetCallbackStyle(CallbackStyle::ExpertMode);