fix typo in string.split test

This commit is contained in:
Joel Wetzell
2025-12-18 20:03:50 -06:00
parent 9cb7abcc8f
commit 128920dff9

View File

@@ -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