Skip to content

Commit

Permalink
fix extatrkx unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger committed Sep 6, 2024
1 parent e19f19d commit 14397d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ BOOST_AUTO_TEST_CASE(test_track_building) {

// Check what we have here
for (const auto &refTrack : refTracks) {
BOOST_CHECK(rangeContainsValue(testTracks, refTrack));
BOOST_CHECK(Acts::rangeContainsValue(testTracks, refTrack));
}
}

0 comments on commit 14397d1

Please sign in to comment.