Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jun 23, 2024
1 parent eb48eed commit b123e72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unittests/unittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,8 @@ void runRelationAfterCloneCheck(const std::string& filename = "unittest_relation
// OneToOne relations
auto oneToOneColl = ExampleWithOneRelationCollection();
auto obj = oneToOneColl.create();
obj.cluster(clusterColl[1]); // energy is 200
obj.cluster(clusterColl[1]);

frame.put(std::move(oneToOneColl), "oneToOne");
frame.put(std::move(hitColl), "hits");
frame.put(std::move(clusterColl), "clusters");
Expand Down

0 comments on commit b123e72

Please sign in to comment.