No InterruptedException in TestSplitterAggregator
* InterruptedException is not thrown by the `TestSplitterAggregator.testSearch()` * Remove bad javadoc
This commit is contained in:
committed by
Artem Bilan
parent
72999587b1
commit
4dd28d0009
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user