Skip to content
Snippets Groups Projects
Commit e3808343 authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

removed call of a deprecated method

parent 671286cf
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,6 @@ public class MultipleInstanceOfFilterTest {
final List<Float> floatList = new ArrayList<Float>();
final Analysis analysis = new Analysis(new TestConfiguration(initialInput, integerList, floatList));
analysis.init();
final Collection<Pair<Thread, Throwable>> errors = analysis.start();
assertThat(errors, is(empty()));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment