Skip to content
Snippets Groups Projects
Unverified Commit 38e328b0 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

TST: fix tests

parent cc5d8c26
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,6 @@ public class TestLogging {
@Test
public void testRequestTimeLogger() {
Assert.assertTrue(request_time_logger.isDebugEnabled());
request_time_logger.debug("test");
Assert.assertFalse(request_time_logger.isErrorEnabled());
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment