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");