diff options
| author | Eyal Posener <[email protected]> | 2017-05-13 00:17:48 +0300 |
|---|---|---|
| committer | Eyal Posener <[email protected]> | 2017-05-13 00:17:59 +0300 |
| commit | f580110640e0213502e4fe1138a06f57b532ff7a (patch) | |
| tree | 7a0692e1baa4da0d252f5aa1b2bc7c4e2c1cbaef /predict_test.go | |
| parent | 66402080675c250edabe50839555942d1b1aa189 (diff) | |
gocomplete: complete by packages
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 5e3e5d4..9fe22a9 100644 --- a/predict_test.go +++ b/predict_test.go @@ -114,7 +114,7 @@ func TestPredicate(t *testing.T) { } for _, arg := range tt.argList { - t.Run(tt.name+"?arg='"+arg+"'", func(t *testing.T) { + t.Run(tt.name+"/arg="+arg, func(t *testing.T) { matches := tt.p.Predict(newArgs(strings.Split(arg, " "))) |
