Skip to content

Commit

Permalink
Modify ApolloDynamicConfigManagerTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Narzisss committed Oct 31, 2024
1 parent 0f613cf commit 117b33c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@

public class ApolloDynamicConfigManagerTest {

private final static Logger logger = LoggerFactory
.getLogger(ApolloDynamicConfigManagerTest.class);
private final static Logger logger = LoggerFactory
.getLogger(ApolloDynamicConfigManagerTest.class);

private DynamicConfigManager apolloDynamicConfigManager = DynamicConfigManagerFactory.getDynamicManager("test",
"apollo");
"apollo");

@Test
public void getProviderServiceProperty() {
Expand Down

0 comments on commit 117b33c

Please sign in to comment.