Skip to content

Commit

Permalink
No InterruptedException in TestSplitterAggregator
Browse files Browse the repository at this point in the history
* InterruptedException is not thrown by the `TestSplitterAggregator.testSearch()`

* Remove bad javadoc
  • Loading branch information
The-Alchemist authored and artembilan committed Jun 6, 2018
1 parent 7299958 commit 4dd28d0
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}
Expand Down

0 comments on commit 4dd28d0

Please sign in to comment.