This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch sandbox/camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit fdf57c62d5e92acbbca087879a94c13591ea4091 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Oct 17 11:13:03 2018 +0200 CAMEL-12884 - Camel-AWS Lambda: Add support for event source mapping, fix LambdaOperationTest, again --- .../org/apache/camel/component/aws/lambda/LambdaOperationsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-aws/src/test/java/org/apache/camel/component/aws/lambda/LambdaOperationsTest.java b/components/camel-aws/src/test/java/org/apache/camel/component/aws/lambda/LambdaOperationsTest.java index 7e6e3e0..420d658 100644 --- a/components/camel-aws/src/test/java/org/apache/camel/component/aws/lambda/LambdaOperationsTest.java +++ b/components/camel-aws/src/test/java/org/apache/camel/component/aws/lambda/LambdaOperationsTest.java @@ -26,7 +26,7 @@ public class LambdaOperationsTest { @Test public void supportedOperationCount() { - assertEquals(7, LambdaOperations.values().length); + assertEquals(8, LambdaOperations.values().length); } @Test
