Rename TestWildcard to TestWildcardQuery. (#13159)

This commit is contained in:
zhouhui 2024-03-08 22:26:44 +08:00 committed by GitHub
parent 1c77e2315c
commit 6445bc0a14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ import org.apache.lucene.tests.index.RandomIndexWriter;
import org.apache.lucene.tests.util.LuceneTestCase;
import org.apache.lucene.util.automaton.Operations;
/** TestWildcard tests the '*' and '?' wildcard characters. */
public class TestWildcard extends LuceneTestCase {
/** TestWildcardQuery tests the '*' and '?' wildcard characters. */
public class TestWildcardQuery extends LuceneTestCase {
@SuppressWarnings("unlikely-arg-type")
public void testEquals() {