GH-65 - Reduced indentation of Spring Bean types in test execution log output.
This commit is contained in:
@@ -216,7 +216,7 @@ class Classes implements DescribedIterable<JavaClass> {
|
||||
? type.getName().replace(basePackage, "…") //
|
||||
: type.getName();
|
||||
|
||||
return String.format(" %s %s", prefix, name);
|
||||
return String.format("%s %s", prefix, name);
|
||||
}
|
||||
|
||||
private static class SameClass extends DescribedPredicate<JavaClass> {
|
||||
|
||||
Reference in New Issue
Block a user