renamed test

Original commit: elastic/x-pack-elasticsearch@eb5e2738cd
This commit is contained in:
Martijn van Groningen 2016-11-25 11:20:50 +01:00
parent ba8b60818f
commit 25fb2a4b24
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import org.mockito.stubbing.Answer;
import org.elasticsearch.xpack.prelert.job.usage.Usage;
public class ElasticsearchUsagePersisterTests extends ESTestCase {
public class UsagePersisterTests extends ESTestCase {
@SuppressWarnings("rawtypes")
public void testPersistUsageCounts() throws ParseException {
Client client = mock(Client.class);