Skip to content

Commit

Permalink
Rename test class to comply with convention
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbarny committed Apr 8, 2024
1 parent 3e77d23 commit 14c9a4a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@

import org.elasticsearch.test.ESTestCase;

public class MapperBuilderContextTest extends ESTestCase {
public class MapperBuilderContextTests extends ESTestCase {

public void testRoot() {
MapperBuilderContext root = MapperBuilderContext.root(false, false);
Expand Down

0 comments on commit 14c9a4a

Please sign in to comment.