Skip to content

Commit 48e9c97

Browse files
committed
Use reset instead of loading config
1 parent ff24b05 commit 48e9c97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-cloud-logging/src/test/java/com/google/cloud/logging/LoggingHandlerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ public void testPropertiesFile() throws IOException, InterruptedException {
483483
assertEquals(LoggingLevel.CRITICAL, handler.getFlushLevel());
484484
assertEquals(Synchronicity.SYNC, handler.getSynchronicity());
485485

486-
LogManager.getLogManager().readConfiguration();
486+
LogManager.getLogManager().reset();
487487
}
488488

489489
@Test

0 commit comments

Comments
 (0)