Skip to content

Commit

Permalink
Add test for Logger.debug
Browse files Browse the repository at this point in the history
Signed-off-by: Carolin Brandt <[email protected]>
  • Loading branch information
lacinoire committed Jun 9, 2022
1 parent d1d093b commit f25df1b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,9 @@ public void testContractException() {
logger.error(() -> "all gone wrong");

}

@Test
public void testDebug() {
Logger.getLogger(LoggerTest.class).debug("debug message");
}
}

0 comments on commit f25df1b

Please sign in to comment.