diff --git a/tests/src/unit-algorithms.cpp b/tests/src/unit-algorithms.cpp index 29b5ad23b..33e139730 100644 --- a/tests/src/unit-algorithms.cpp +++ b/tests/src/unit-algorithms.cpp @@ -310,7 +310,6 @@ TEST_CASE("algorithms") std::iota(json_arr.begin(), json_arr.end(), 0.5); CHECK(json_arr == json({0.5, 1.5, 2.5, 3.5, 4.5, 5.5, 6.5, 7.5, 8.5, 9.5})); } - } /*