mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
Better name for data flow test suite
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ import com.intellij.codeInsight.slice.SliceTreeTest;
|
||||
import junit.framework.Test;
|
||||
import junit.framework.TestSuite;
|
||||
|
||||
public class DataFlowInspectionSuite {
|
||||
public class DataFlowInspectionTestSuite {
|
||||
public static Test suite() {
|
||||
TestSuite suite = new TestSuite();
|
||||
suite.addTestSuite(DataFlowInspectionFixtureTest.class);
|
||||
Reference in New Issue
Block a user