Delete trailing whitespace
This commit is contained in:
@@ -384,7 +384,7 @@ public abstract class TestContextAnnotationUtils {
|
||||
return (ClassUtils.isInnerClass(clazz) &&
|
||||
getEnclosingConfiguration(clazz) == EnclosingConfiguration.INHERIT);
|
||||
}
|
||||
|
||||
|
||||
static void clearCaches() {
|
||||
defaultEnclosingConfigurationMode = null;
|
||||
}
|
||||
|
||||
@@ -55,7 +55,7 @@ class TestContextAnnotationUtilsTests {
|
||||
@Nested
|
||||
@DisplayName("searchEnclosingClass() tests")
|
||||
class SearchEnclosingClassTests {
|
||||
|
||||
|
||||
@BeforeEach
|
||||
void clearCaches() {
|
||||
TestContextAnnotationUtils.clearCaches();
|
||||
|
||||
Reference in New Issue
Block a user