diff --git a/include/internal/catch_list.hpp b/include/internal/catch_list.hpp index 050e1793..550107f8 100644 --- a/include/internal/catch_list.hpp +++ b/include/internal/catch_list.hpp @@ -58,7 +58,7 @@ namespace Catch { matchedTests++; Text nameWrapper( it->getTestCaseInfo().name, TextAttributes() - .setWidth( maxNameLen ) + .setWidth( maxNameLen+2 ) .setInitialIndent(2) .setIndent(4) );