ElasticQueryChangesTest: Remove duplicate TestName rule

Change-Id: I68cf61d158e96bcee84dda1934940658c2a1188c
This commit is contained in:
David Pursehouse
2018-04-18 15:14:36 +02:00
parent c4d0a02477
commit e4591b42ac

View File

@@ -25,13 +25,9 @@ import org.eclipse.jgit.junit.TestRepository;
import org.eclipse.jgit.lib.Config;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TestName;
public class ElasticQueryChangesTest extends AbstractQueryChangesTest {
@Rule public final TestName testName = new TestName();
private static ElasticNodeInfo nodeInfo;
@BeforeClass