Skip to content

Commit 75ed23a

Browse files
committed
Remove test of deprecated constructor
1 parent 8e7a925 commit 75ed23a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

log4j-core-test/src/test/java/org/apache/logging/log4j/core/impl/JdkMapAdapterStringMapTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ public class JdkMapAdapterStringMapTest {
4343

4444
@Test
4545
public void testConstructorDisallowsNull() {
46-
assertThrows(NullPointerException.class, () -> new JdkMapAdapterStringMap(null));
4746
assertThrows(NullPointerException.class, () -> new JdkMapAdapterStringMap(null, false));
4847
}
4948

0 commit comments

Comments
 (0)