Skip to content

Commit

Permalink
Fixed failing build
Browse files Browse the repository at this point in the history
Signed-off-by: Krishna Kondaka <[email protected]>
  • Loading branch information
Krishna Kondaka committed Oct 18, 2024
1 parent 0c9a291 commit 7cec2bb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ void parseS3Object_calls_getObject_with_correct_GetObjectRequest_with_Acknowledg
numEventsAdded = 0;
doAnswer(a -> {
Record record = mock(Record.class);
Event event = mock(Event.class);
when(record.getData()).thenReturn(event);
Consumer c = (Consumer)a.getArgument(2);
c.accept(record);
return null;
Expand Down

0 comments on commit 7cec2bb

Please sign in to comment.