Skip to content

Commit

Permalink
fixing test case
Browse files Browse the repository at this point in the history
Signed-off-by: veds-g <[email protected]>
  • Loading branch information
veds-g committed Jan 25, 2023
1 parent 53cbad0 commit c5aee7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/reduce/data_forward_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ func (e *EventTypeWMProgressor) GetHeadWatermark() processor.Watermark {
return processor.Watermark{}
}

func (e *EventTypeWMProgressor) GetPodWatermarks() []processor.Watermark {
return []processor.Watermark{}
}

// PayloadForTest is a dummy payload for testing.
type PayloadForTest struct {
Key string
Expand Down

0 comments on commit c5aee7c

Please sign in to comment.