From dbe57d230286fe436478b3e973a3ed614604218a Mon Sep 17 00:00:00 2001 From: tmadlener Date: Tue, 16 Jul 2024 14:55:26 +0200 Subject: [PATCH] Adapt version check --- tests/read_test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/read_test.h b/tests/read_test.h index b227104e3..b812c7251 100644 --- a/tests/read_test.h +++ b/tests/read_test.h @@ -418,7 +418,7 @@ void processEvent(const podio::Frame& event, int eventNum, podio::version::Versi } // ======================= Associations ========================== - if (fileVersion >= podio::version::Version{0, 17, 99}) { + if (fileVersion >= podio::version::Version{1, 0, 99}) { auto& associations = event.get("associations"); if (associations.size() != nmspaces.size()) { throw std::runtime_error("AssociationsCollection does not have the expected size");