From 6b87a50685a0709637e85a2a5069819e07a327c6 Mon Sep 17 00:00:00 2001 From: Jameel Al-Aziz Date: Tue, 14 May 2024 17:27:43 -0700 Subject: [PATCH] remove incorrect comment --- processor_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/processor_test.go b/processor_test.go index 86da01a4..3db467d4 100644 --- a/processor_test.go +++ b/processor_test.go @@ -351,7 +351,6 @@ func TestProcessor_Run(t *testing.T) { consBuilder, _ := createTestConsumerBuilder(t) graph := DefineGroup("test", - // not really used, we're failing anyway Input("input", new(codec.Int64), accumulate), )