Skip to content

Commit

Permalink
Fixed failing tests
Browse files Browse the repository at this point in the history
Signed-off-by: Kondaka <krishkdk@amazon.com>
  • Loading branch information
kkondaka committed Sep 17, 2024
1 parent dc037e7 commit ba7a482
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ void testArrayOfStringsToIntegerConvertEntryTypeProcessor() {
expectedResult.add(testValue1);
expectedResult.add(testValue2);
expectedResult.add(testValue3);
event = executeAndGetProcessedEvent(inputArray);
Event event = executeAndGetProcessedEvent(inputArray);
assertThat(event.get(TEST_KEY, List.class), equalTo(expectedResult));
}

Expand Down

0 comments on commit ba7a482

Please sign in to comment.