mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-27 05:15:47 +00:00
fix typo in string.split test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user