From 675ef1396c2c18816b1cc21c03d286aad4c2fb58 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 f8ec1ad96..adc31c970 100644 --- a/python/podio/test_Frame.py +++ b/python/podio/test_Frame.py @@ -16,7 +16,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'}