From 128920dff998e39a653e6bd2f5a6a3a5cf1ce4c6 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Thu, 18 Dec 2025 20:03:50 -0600 Subject: [PATCH] fix typo in string.split test --- internal/processor/string-split_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/processor/string-split_test.go b/internal/processor/string-split_test.go index e77dc20..6a426f7 100644 --- a/internal/processor/string-split_test.go +++ b/internal/processor/string-split_test.go @@ -40,7 +40,7 @@ func TestGoodStringSplit(t *testing.T) { } } -func TestBasStringSplit(t *testing.T) { +func TestBadStringSplit(t *testing.T) { tests := []struct { processor processor.Processor name string