Skip to content

Commit

Permalink
Merge pull request #44013 from izeye
Browse files Browse the repository at this point in the history
* pr/44013:
  Remove duplicate test

Closes gh-44013
  • Loading branch information
philwebb committed Jan 29, 2025
2 parents 3fe4c5a + 36eeb35 commit eeee7d9
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,6 @@ void shouldRegisterStructuredLoggingJsonMembersCustomizerRuntimeHints() {
.accepts(hints);
}

@Test
void shouldNotRegisterStructuredLoggingJsonMembersCustomizerRuntimeHints() {
MockEnvironment environment = new MockEnvironment();
BeanFactoryInitializationAotContribution contribution = getContribution(environment);
assertThat(contribution).isNull();
}

@Test
void shouldNotRegisterStructuredLoggingJsonMembersCustomizerRuntimeHintsWhenCustomizerIsNotSet() {
MockEnvironment environment = new MockEnvironment();
Expand Down

0 comments on commit eeee7d9

Please sign in to comment.