diff --git a/sdk/core/azure-core/test/ut/transport_adapter_curl.cpp b/sdk/core/azure-core/test/ut/transport_adapter_curl.cpp index dcce9155a..3af73c7fe 100644 --- a/sdk/core/azure-core/test/ut/transport_adapter_curl.cpp +++ b/sdk/core/azure-core/test/ut/transport_adapter_curl.cpp @@ -76,12 +76,10 @@ namespace Azure { namespace Core { namespace Test { #ifdef RUN_LONG_UNIT_TESTS { // Test pool clean routine - std::cout << "Running Connection Pool Cleaner Test. This test takes more than 3 minutes - to " + std::cout << "Running Connection Pool Cleaner Test. This test takes more than 3 minutes to " "complete." << std::endl - << "Add compiler option -DRUN_LONG_UNIT_TESTS=OFF when building if you want to - " + << "Add compiler option -DRUN_LONG_UNIT_TESTS=OFF when building if you want to " "skip this test." << std::endl;