From 3dc2aa0326e5d49d8ab2320ad7b6e968cd6f89a6 Mon Sep 17 00:00:00 2001 From: tmadlener Date: Fri, 21 Jul 2023 20:41:05 +0200 Subject: [PATCH] Make pyton tests aware of new collection --- python/podio/test_Frame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/podio/test_Frame.py b/python/podio/test_Frame.py index c09143056..7b9631c01 100644 --- a/python/podio/test_Frame.py +++ b/python/podio/test_Frame.py @@ -18,7 +18,7 @@ 'emptyCollection', 'emptySubsetColl' } # The expected collections from the extension (only present in the other_events category) -EXPECTED_EXTENSION_COLL_NAMES = {"extension_Contained", "extension_ExternalComponent", "extension_ExternalRelation"} +EXPECTED_EXTENSION_COLL_NAMES = {"extension_Contained", "extension_ExternalComponent", "extension_ExternalRelation", "VectorMemberSubsetColl"} # The expected parameter names in each frame EXPECTED_PARAM_NAMES = {'anInt', 'UserEventWeight', 'UserEventName', 'SomeVectorData', 'SomeValue'}