Skip to content

AthContainers: Fix unit tests.

Scott Snyder requested to merge ssnyder/athena:makeT.AthContainers-20231023 into main

Fix a couple of the unit tests. They used a helper method makeT to create a vector element of a given type, but by mistake the version of this specialized for bools was always being used, whatever the requested type.

Merge request reports