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

acosentino 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 b1514a98e6b CAMEL-20852: Fix CamelCatalogTest (#14461)
b1514a98e6b is described below

commit b1514a98e6ba8d44ab1f88909ea96c59de7dfbac
Author: Nicolas Filotto <essob...@users.noreply.github.com>
AuthorDate: Tue Jun 11 10:43:18 2024 +0200

    CAMEL-20852: Fix CamelCatalogTest (#14461)
---
 .../src/test/java/org/apache/camel/catalog/CamelCatalogTest.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java
 
b/catalog/camel-catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java
index fd2611359b8..9ee36b3f32f 100644
--- 
a/catalog/camel-catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java
+++ 
b/catalog/camel-catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java
@@ -1632,7 +1632,7 @@ public class CamelCatalogTest {
         assertEquals(Kind.bean, model.getKind());
         assertEquals("ZipAggregationStrategy", model.getName());
         
assertEquals("org.apache.camel.processor.aggregate.zipfile.ZipAggregationStrategy",
 model.getJavaType());
-        assertEquals(6, model.getOptions().size());
+        assertEquals(7, model.getOptions().size());
     }
 
 }

Reply via email to