diff --git a/tests/test_positional_arguments.hpp b/tests/test_positional_arguments.hpp index e7deed8..b2b55dc 100644 --- a/tests/test_positional_arguments.hpp +++ b/tests/test_positional_arguments.hpp @@ -66,6 +66,4 @@ TEST_CASE("Square a number", "[positional_arguments]") { program.parse_args({"./main", "15"}); REQUIRE(program.get("square") == 225); - - program.print_help(); } \ No newline at end of file