From d57a24ba4a1d25d71c3042c5dfba5290f9e8e747 Mon Sep 17 00:00:00 2001 From: "seqan-actions[bot]" Date: Mon, 18 Dec 2023 13:12:52 +0100 Subject: [PATCH] [MISC] automatic linting --- test/unit/hibf/sketch/toolbox_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/hibf/sketch/toolbox_test.cpp b/test/unit/hibf/sketch/toolbox_test.cpp index 36661065..144c54e0 100644 --- a/test/unit/hibf/sketch/toolbox_test.cpp +++ b/test/unit/hibf/sketch/toolbox_test.cpp @@ -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{2, 3, 0, 1}));