File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
powertools-logging/src/test/java/software/amazon/lambda/powertools/logging Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 1515package software .amazon .lambda .powertools .logging ;
1616
1717import static org .assertj .core .api .Assertions .assertThat ;
18- import static org .assertj .core .api .Assertions .assertThatCode ;
1918
2019import org .junit .jupiter .api .BeforeEach ;
2120import org .junit .jupiter .api .Test ;
@@ -34,18 +33,6 @@ void setUp() {
3433 testManager .resetBufferState ();
3534 }
3635
37- @ Test
38- void testFlushBuffer_shouldNotThrowException () {
39- // WHEN/THEN
40- assertThatCode (PowertoolsLogging ::flushBuffer ).doesNotThrowAnyException ();
41- }
42-
43- @ Test
44- void testClearBuffer_shouldNotThrowException () {
45- // WHEN/THEN
46- assertThatCode (PowertoolsLogging ::clearBuffer ).doesNotThrowAnyException ();
47- }
48-
4936 @ Test
5037 void testFlushBuffer_shouldCallBufferManager () {
5138 // WHEN
You can’t perform that action at this time.
0 commit comments