No InterruptedException in TestSplitterAggregator

* InterruptedException is not thrown by the `TestSplitterAggregator.testSearch()`

* Remove bad javadoc
This commit is contained in:
The Alchemist
2018-06-06 15:50:04 -04:00
committed by Artem Bilan
parent 72999587b1
commit 4dd28d0009

View File

@@ -51,11 +51,9 @@ public class TestSplitterAggregator {
/**
* Test the happy path.
*
* @throws InterruptedException
*/
@Test
public void testSearch() throws InterruptedException {
public void testSearch() {
CompositeResult result = searchRequestor.search(TestUtils.getCompositeCriteria());
assertEquals(2, result.getResults().size());
}