refactor: fix typos.
refactor: typo in whitelister file name.
This commit is contained in:
parent
18d11e02d0
commit
63f9bccf9f
6 changed files with 8 additions and 8 deletions
|
@ -36,7 +36,7 @@ func TestSplitAndTrimString(t *testing.T) {
|
|||
input: " foo ,, bar ",
|
||||
expected: []string{"foo", "bar"},
|
||||
}, {
|
||||
desc: "consecutive commas with witespace",
|
||||
desc: "consecutive commas with whitespace",
|
||||
input: " foo , , bar ",
|
||||
expected: []string{"foo", "bar"},
|
||||
}, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue