From 34088d06980b6a94aa3ff6ae76e63c24bba5dea5 Mon Sep 17 00:00:00 2001 From: Nathan Brei Date: Fri, 20 Sep 2024 14:16:35 -0400 Subject: [PATCH] Fix test case --- src/programs/unit_tests/Components/JStorageTests.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);