Skip to content

Commit 36eeb35

Browse files
izeyephilwebb
authored andcommitted
Remove duplicate test
Remove shouldNotRegisterStructuredLoggingJsonMembersCustomizer... RuntimeHints since it duplicates shouldNotRegisterStructuredLogging... JsonMembersCustomizerRuntimeHintsWhenCustomizerIsNotSet See gh-44013 Signed-off-by: Johnny Lim <[email protected]>
1 parent 3fe4c5a commit 36eeb35

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

spring-boot-project/spring-boot/src/test/java/org/springframework/boot/logging/structured/StructuredLoggingJsonMembersCustomizerBeanFactoryInitializationAotProcessorTests.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,6 @@ void shouldRegisterStructuredLoggingJsonMembersCustomizerRuntimeHints() {
6262
.accepts(hints);
6363
}
6464

65-
@Test
66-
void shouldNotRegisterStructuredLoggingJsonMembersCustomizerRuntimeHints() {
67-
MockEnvironment environment = new MockEnvironment();
68-
BeanFactoryInitializationAotContribution contribution = getContribution(environment);
69-
assertThat(contribution).isNull();
70-
}
71-
7265
@Test
7366
void shouldNotRegisterStructuredLoggingJsonMembersCustomizerRuntimeHintsWhenCustomizerIsNotSet() {
7467
MockEnvironment environment = new MockEnvironment();

0 commit comments

Comments
 (0)