diff --git a/src/test/java/com/puppycrawl/tools/checkstyle/checks/annotation/SuppressWarningsTest.java b/src/test/java/com/puppycrawl/tools/checkstyle/checks/annotation/SuppressWarningsCheckTest.java similarity index 99% rename from src/test/java/com/puppycrawl/tools/checkstyle/checks/annotation/SuppressWarningsTest.java rename to src/test/java/com/puppycrawl/tools/checkstyle/checks/annotation/SuppressWarningsCheckTest.java index 495840587..ff189466a 100644 --- a/src/test/java/com/puppycrawl/tools/checkstyle/checks/annotation/SuppressWarningsTest.java +++ b/src/test/java/com/puppycrawl/tools/checkstyle/checks/annotation/SuppressWarningsCheckTest.java @@ -26,7 +26,7 @@ import org.junit.Test; import static com.puppycrawl.tools.checkstyle.checks.annotation.SuppressWarningsCheck.MSG_KEY_SUPPRESSED_WARNING_NOT_ALLOWED; -public class SuppressWarningsTest extends BaseCheckTestSupport { +public class SuppressWarningsCheckTest extends BaseCheckTestSupport { /** * Tests SuppressWarnings with default regex. * @throws Exception