Skip to content

Commit

Permalink
Added missing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gray Watson committed Dec 9, 2020
1 parent 3a17cb5 commit 311511f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/test/java/com/j256/ormlite/logger/Log4j2LogTest.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package com.j256.ormlite.logger;

public class Log4j2LogTest extends BaseLogTest {

public Log4j2LogTest() {
super(new Log4j2Log("Log4j2LogTest"));
}
}

0 comments on commit 311511f

Please sign in to comment.