Skip to content

Commit

Permalink
Code generation
Browse files Browse the repository at this point in the history
Signed-off-by: Sreekanth <[email protected]>
  • Loading branch information
BulkBeing committed Sep 18, 2024
1 parent 357a06f commit 19f801d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sources/forward/data_forward_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ func (f mySourceForwardTest) ApplyTransform(ctx context.Context, messages []*isb
}
results[i] = isb.ReadWriteMessagePair{
ReadMessage: message,
WriteMessages: []*isb.WriteMessage{&isb.WriteMessage{
WriteMessages: []*isb.WriteMessage{{
Message: writeMsg,
}},
}
Expand Down

0 comments on commit 19f801d

Please sign in to comment.