Skip to content

Commit

Permalink
fixed #56 for JUnit5 integration
Browse files Browse the repository at this point in the history
  • Loading branch information
kimmking committed Apr 8, 2024
1 parent 07ed79b commit dbec2b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

public class ApolloTestingServer implements AutoCloseable {

private static final Logger logger = LoggerFactory.getLogger(EmbeddedApollo.class);
private static final Logger logger = LoggerFactory.getLogger(ApolloTestingServer.class);
private static final Type notificationType = new TypeToken<List<ApolloConfigNotification>>() {
}.getType();

Expand Down

0 comments on commit dbec2b2

Please sign in to comment.