Skip to content

Commit

Permalink
Make pyton tests aware of new collection
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jul 21, 2023
1 parent 01d11f8 commit 675ef13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/podio/test_Frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'}
Expand Down

0 comments on commit 675ef13

Please sign in to comment.