Skip to content

Fix TriggerMenuMT EventBuildingSequences unit test

Rafal Bielski requested to merge rbielski/athena:fix-tmmt-eb-ut into master

Quick fix for ATR-24406

  • add missing import
  • use tool.getType() which works for old and conf2 configurables instead of __cpp_type__ which is conf2 only

Might want to ensure that all tools are same configurable type later on, but this at least fixes the unit test which fails in CI.

Merge request reports