Skip to content

Commit

Permalink
Remove useless YamlLoggingRuleConfigurationSwapperTest (#33015)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu authored Sep 26, 2024
1 parent 31845af commit 7f7d0c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 66 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ void setup() {
}

@Test
void assertFields() {
void assertGetConfiguration() {
assertThat(loggingRule.getConfiguration().getLoggers().size(), is(1));
assertThat(loggingRule.getConfiguration().getAppenders().size(), is(1));
}
Expand Down

This file was deleted.

0 comments on commit 7f7d0c5

Please sign in to comment.