Fix test naming, Test -> Tests
Original commit: elastic/x-pack-elasticsearch@e7ad7361a5
This commit is contained in:
parent
dc471bc0a9
commit
fd962ea7dc
|
@ -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 {
|
Loading…
Reference in New Issue