diff --git a/src/test/java/nl/altindag/log/LogCaptorWithBeforeAfterHooksShould.java b/src/test/java/nl/altindag/log/LogCaptorWithBeforeAfterHooksShould.java index 47cb092..1110a45 100644 --- a/src/test/java/nl/altindag/log/LogCaptorWithBeforeAfterHooksShould.java +++ b/src/test/java/nl/altindag/log/LogCaptorWithBeforeAfterHooksShould.java @@ -51,7 +51,7 @@ public static void tearDown() { } @Test - public void containsCapturedLogs() { + void containsCapturedLogs() { Service service = new ServiceWithApacheLog4j(); service.sayHello(); @@ -59,7 +59,7 @@ public void containsCapturedLogs() { } @Test - public void containsExpectedMessages() { + void containsExpectedMessages() { Service service = new ServiceWithApacheLog4j(); service.sayHello();