Skip to content

Commit c81a73a

Browse files
committed
Rename PatternTextBasicLicenseIT
1 parent 9245d34 commit c81a73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/logsdb/src/javaRestTest/java/org/elasticsearch/xpack/logsdb/patterntext/PatternTextBasicLicenseTests.java renamed to x-pack/plugin/logsdb/src/javaRestTest/java/org/elasticsearch/xpack/logsdb/patterntext/PatternTextBasicLicenseIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import static org.hamcrest.Matchers.hasEntry;
1818

19-
public class PatternTextBasicLicenseTests extends DataStreamLicenseChangeTestCase {
19+
public class PatternTextBasicLicenseIT extends DataStreamLicenseChangeTestCase {
2020
@Before
2121
public void checkClusterFeature() {
2222
assumeTrue("[patterned_text] must be available", clusterHasFeature("mapper.patterned_text"));

0 commit comments

Comments
 (0)