Make tests follow naming conventions

One test wasn't running because it didn't match!

Original commit: elastic/x-pack-elasticsearch@081c6b09e2
This commit is contained in:
Nik Everett 2016-02-25 13:14:01 -05:00
parent 7fbf5645e2
commit 08e0717f6b
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ import static org.hamcrest.Matchers.is;
/**
* Unit tests for the AuthorizationUtils class
*/
public class AuthorizationUtilsTest extends ESTestCase {
public class AuthorizationUtilsTests extends ESTestCase {
private ThreadContext threadContext;

View File

@ -42,7 +42,7 @@ import java.util.concurrent.TimeUnit;
import static org.elasticsearch.common.unit.TimeValue.timeValueMinutes;
@ClusterScope(scope = ESIntegTestCase.Scope.SUITE, randomDynamicTemplates = false, transportClientRatio = 0.0)
public class AbstractCollectorTestCase extends MarvelIntegTestCase {
public abstract class AbstractCollectorTestCase extends MarvelIntegTestCase {
@Override
protected Collection<Class<? extends Plugin>> nodePlugins() {