Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: Keran Yang <[email protected]>
  • Loading branch information
KeranYang committed Feb 14, 2024
1 parent 717aade commit 3a4d69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sessionreducer/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ func TestService_SessionReduceFn(t *testing.T) {
},
{
Payload: &sessionreducepb.SessionReduceRequest_Payload{
Keys: []string{"client1"},
Keys: []string{"client2"},
Value: []byte(strconv.Itoa(10)),
EventTime: timestamppb.New(time.Time{}),
Watermark: timestamppb.New(time.Time{}),
Expand Down

0 comments on commit 3a4d69d

Please sign in to comment.