Skip to content

Commit

Permalink
exatrkx
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger committed Nov 5, 2023
1 parent b9aaa70 commit 6a12540
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) {
auto found = std::find(testTracks.begin(), testTracks.end(), refTrack);
BOOST_CHECK_NE(found, testTracks.end());
BOOST_CHECK(found != testTracks.end());
}
}

0 comments on commit 6a12540

Please sign in to comment.