diff --git a/intermediate/splitter-aggregator-reaper/src/test/java/org/springframework/integration/samples/splitteraggregator/TestSplitterAggregator.java b/intermediate/splitter-aggregator-reaper/src/test/java/org/springframework/integration/samples/splitteraggregator/TestSplitterAggregator.java index 26ebd114..6318deb7 100644 --- a/intermediate/splitter-aggregator-reaper/src/test/java/org/springframework/integration/samples/splitteraggregator/TestSplitterAggregator.java +++ b/intermediate/splitter-aggregator-reaper/src/test/java/org/springframework/integration/samples/splitteraggregator/TestSplitterAggregator.java @@ -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()); }