Skip to content

Commit 88a26a0

Browse files
committed
Remove unncessary cleanup.
1 parent 8a87ea5 commit 88a26a0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

powertools-logging/powertools-logging-logback/src/test/java/software/amazon/lambda/powertools/logging/LogbackLoggingManagerTest.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,6 @@ void shouldDetectMultipleBufferingAppendersRegardlessOfName() throws JoranExcept
9797
assertThat(content.split("Test message 2", -1)).hasSize(3); // 2 occurrences = 3 parts
9898
}
9999

100-
@AfterEach
101-
void cleanUp() throws JoranException {
102-
resetLogbackConfig("/logback-test.xml");
103-
}
104-
105100
private void resetLogbackConfig(String configFileName) throws JoranException {
106101
LoggerContext context = (LoggerContext) LoggerFactory.getILoggerFactory();
107102
context.reset();

0 commit comments

Comments
 (0)