This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push: new 3ecff7c Fix test after upgrade to 3.18.2 3ecff7c is described below commit 3ecff7c9db6f8aecfc36893cd6aaf5de96f5c0d2 Author: Marat Gubaidullin <marat.gubaidul...@gmail.com> AuthorDate: Wed Sep 14 10:15:29 2022 -0400 Fix test after upgrade to 3.18.2 --- karavan-core/test/getElementProperties.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karavan-core/test/getElementProperties.spec.ts b/karavan-core/test/getElementProperties.spec.ts index 674f63f..f14d774 100644 --- a/karavan-core/test/getElementProperties.spec.ts +++ b/karavan-core/test/getElementProperties.spec.ts @@ -27,7 +27,7 @@ describe('getElementProperties', () => { it('getElementProperties 1', () => { const p: PropertyMeta[] = CamelDefinitionApiExt.getElementProperties("FromDefinition"); - expect(p.length).to.equal(2); + expect(p.length).to.equal(4); });