Skip to content

Commit

Permalink
fixed #56 for JUnit5 integration
Browse files Browse the repository at this point in the history
kimmking authored and nobodyiam committed Apr 8, 2024

Verified

This commit was signed with the committer’s verified signature.
richardlau Richard Lau
1 parent 07ed79b commit 1a16249
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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();

0 comments on commit 1a16249

Please sign in to comment.