Issue #1555: Remove usage of obsolete junit.framework.Assert class
This commit is contained in:
parent
31d023b049
commit
ccf2d8315c
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
package com.puppycrawl.tools.checkstyle;
|
||||
|
||||
import static junit.framework.Assert.assertTrue;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.Collections;
|
||||
|
|
|
|||
Loading…
Reference in New Issue