Skip to content

Commit

Permalink
Rename TestWildcard to TestWildcardQuery. (#13159)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsop-479 authored Mar 8, 2024
1 parent 1c77e23 commit 6445bc0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
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() {
Expand Down

0 comments on commit 6445bc0

Please sign in to comment.