Fix test naming, Test -> Tests

Original commit: elastic/x-pack-elasticsearch@e7ad7361a5
This commit is contained in:
Ryan Ernst 2015-09-02 15:17:25 -07:00
parent dc471bc0a9
commit fd962ea7dc
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import static org.hamcrest.Matchers.equalTo;
/**
*/
public class EmailTest extends ESTestCase {
public class EmailTests extends ESTestCase {
@Test
public void testEmail_Parser_SelfGenerated() throws Exception {