From 607629baaeb374016411d68cae1eb02c9bfe2c79 Mon Sep 17 00:00:00 2001 From: Thomas Madlener Date: Wed, 18 Dec 2024 10:45:59 +0100 Subject: [PATCH] Fix typo --- test/test_EDM4hepFile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_EDM4hepFile.py b/test/test_EDM4hepFile.py index 1a195a56..d750d38f 100644 --- a/test/test_EDM4hepFile.py +++ b/test/test_EDM4hepFile.py @@ -158,7 +158,7 @@ def test_MCParticleCollection(event, edm4hep_version): assert particle.getSpin() == edm4hep.Vector3f(next(counter), next(counter), next(counter)) if edm4hep_version < podio.version.parse("0.99.2"): - # The colorFlow as here so we have increase the counter here to + # The colorFlow was here so we have increase the counter here to # maintain the expected values for all elements of the collection next(counter) next(counter)