Refactor ElasticSearchUnitTest
This commit is contained in:
parent
94e7cfd94b
commit
d894cfbf46
@ -25,7 +25,7 @@ import static org.junit.Assert.assertEquals;
|
|||||||
import static org.junit.Assert.assertTrue;
|
import static org.junit.Assert.assertTrue;
|
||||||
|
|
||||||
public class ElasticSearchUnitTest {
|
public class ElasticSearchUnitTest {
|
||||||
private List<Person> listOfPersons = new ArrayList<Person>();
|
private List<Person> listOfPersons = new ArrayList<>();
|
||||||
private Client client = null;
|
private Client client = null;
|
||||||
|
|
||||||
@Before
|
@Before
|
||||||
|
Loading…
x
Reference in New Issue
Block a user