Skip to content
Snippets Groups Projects

[Futurev4] fix failing tests

Merged Michal Mazurek requested to merge Futurev3_fix_failing_tests into Futurev4
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -1227,7 +1227,7 @@ LoKi::GenParticles::DecNode::operator()
LoKi::ILoKiSvc* ls = lokiSvc() ;
SmartIF<LHCb::IParticlePropertySvc> ppSvc ( ls ) ;
StatusCode sc = m_node.validate ( ppSvc ) ;
Assert ( sc.isSuccess() , "Unable to valiedate the node!" ) ;
Assert ( sc.isSuccess() , "Unable to validate the node!" ) ;
}
// use the node for evaluation
return m_node.node ( LHCb::ParticleID ( p->pdg_id() ) ) ;
Loading