Skip to content

Commit

Permalink
Remove stray statement from test creation
Browse files Browse the repository at this point in the history
Copy-paste error that was not caught in the large PR that introduced the
tests
  • Loading branch information
tmadlener committed Sep 16, 2024
1 parent 4359cb4 commit 54426a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_EDM4hepFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ def test_ClusterCollection(event):
calo_hit = event.get("CalorimeterHitCollection")[0]
assert len(cluster.getHits()) == 1
assert cluster.getHits()[0] == calo_hit
cluster.addToHits(calo_hit)


def test_TrackerHit3DCollection(event):
Expand Down

0 comments on commit 54426a8

Please sign in to comment.