diff --git a/test_main/test_main.cpp b/test_main/test_main.cpp index 3311961..752ca39 100644 --- a/test_main/test_main.cpp +++ b/test_main/test_main.cpp @@ -10,6 +10,6 @@ int main(int argc, char* argv[]) { testing::InitGoogleTest(&argc, argv); int return_value = RUN_ALL_TESTS(); - std::cout << "FINISHED WITH THE TESTING" << std::endl; + std::cout << "FINISHED WITH THE TESTING " << std::endl; return return_value; }