Skip to content

Commit

Permalink
reword incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jalaziz committed May 15, 2024
1 parent c04b05b commit 63d09bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ func TestProcessor_Run(t *testing.T) {
consBuilder, _ := createTestConsumerBuilder(t)

graph := DefineGroup("test",
// not really used, we're failing anyway
// not really used, we're stopping before the processor before producing
Input("input", new(codec.Int64), accumulate),
)

Expand Down

0 comments on commit 63d09bd

Please sign in to comment.