Skip to content

Commit

Permalink
try to fix tests #3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromevdl committed Nov 27, 2023
1 parent 3a63e40 commit 74b5f8e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@
import java.util.Collections;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Order;
import org.junit.jupiter.api.Test;
import org.mockito.Mock;
import org.slf4j.MDC;
import software.amazon.lambda.powertools.logging.internal.handler.PowertoolsJsonMessage;
import software.amazon.lambda.powertools.logging.internal.handler.PowertoolsLogEnabled;

@Order(2)
class PowertoolsMessageResolverTest {

@Mock
Expand Down

0 comments on commit 74b5f8e

Please sign in to comment.