This is an automated email from the ASF dual-hosted git repository.

ffang pushed a commit to branch camel-3.11.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit b3f311b1222609291b46080104bf86e298a5a35d
Author: Freeman Fang <freeman.f...@gmail.com>
AuthorDate: Tue Aug 24 12:55:37 2021 -0400

    [CAMEL-16886]revise comment
    
    (cherry picked from commit 4bc37ec3669f90dc09c7e5c1eeb9f44f26b51d3d)
---
 .../apache/camel/component/jira/consumer/NewCommentsConsumerTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-jira/src/test/java/org/apache/camel/component/jira/consumer/NewCommentsConsumerTest.java
 
b/components/camel-jira/src/test/java/org/apache/camel/component/jira/consumer/NewCommentsConsumerTest.java
index 5c3035b..c0accd0 100644
--- 
a/components/camel-jira/src/test/java/org/apache/camel/component/jira/consumer/NewCommentsConsumerTest.java
+++ 
b/components/camel-jira/src/test/java/org/apache/camel/component/jira/consumer/NewCommentsConsumerTest.java
@@ -148,7 +148,7 @@ public class NewCommentsConsumerTest extends 
CamelTestSupport {
         }
         // reverse the order, from oldest comment to recent
         Collections.reverse(comments);
-        // expect 6000 comments
+        // expect 3000 comments
         mockResult.expectedBodiesReceived(comments);
         mockResult.assertIsSatisfied();
     }

Reply via email to