diff options
Diffstat (limited to 'predict_test.go')
| -rw-r--r-- | predict_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/predict_test.go b/predict_test.go index ac26e33..8baecf7 100644 --- a/predict_test.go +++ b/predict_test.go @@ -158,7 +158,7 @@ func TestPredicate(t *testing.T) { for _, arg := range tt.argList { t.Run(tt.name+"/arg="+arg, func(t *testing.T) { - matches := tt.p.Predict(newArgs(strings.Split(arg, " "))) + matches := tt.p.Predict(newArgs(arg)) sort.Strings(matches) sort.Strings(tt.want) |
