You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ff...@apache.org on 2021/08/24 16:56:09 UTC

[camel] branch main updated: [CAMEL-16886]revise comment

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 4bc37ec  [CAMEL-16886]revise comment
4bc37ec is described below

commit 4bc37ec3669f90dc09c7e5c1eeb9f44f26b51d3d
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Tue Aug 24 12:55:37 2021 -0400

    [CAMEL-16886]revise comment
---
 .../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();
     }