diff --git a/unittest.cpp b/unittest.cpp index bdd1769..5d2f1b6 100644 --- a/unittest.cpp +++ b/unittest.cpp @@ -42,3 +42,5 @@ TEST_CASE("same elements vector"){ CHECK(min == 8); CHECK(max == 8); } + +