Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Dec 19, 2024
1 parent 06871e5 commit 607629b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_EDM4hepFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 607629b

Please sign in to comment.