Skip to content

Commit

Permalink
[MISC] automatic linting
Browse files Browse the repository at this point in the history
  • Loading branch information
seqan-actions committed Dec 18, 2023
1 parent 4fff258 commit d57a24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/hibf/sketch/toolbox_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ TEST_F(toolbox_test, rearrange_bins)
{
// with the test data, from the fixture, the distance are all 0 and there is no rearrangement
seqan::hibf::sketch::toolbox::rearrange_bins(test_sketches, test_kmer_counts, test_positions, 0.9, 1);

// rearrange_bins -> cluster_bins -> random_shuffle; results for pseudorandom generators are implementation-defined
#ifdef _LIBCPP_VERSION
EXPECT_RANGE_EQ(test_positions, (std::vector<size_t>{2, 3, 0, 1}));
Expand Down

0 comments on commit d57a24b

Please sign in to comment.