summaryrefslogtreecommitdiff
path: root/predict_test.go
diff options
context:
space:
mode:
authorEyal Posener <[email protected]>2017-05-13 00:17:48 +0300
committerEyal Posener <[email protected]>2017-05-13 00:17:59 +0300
commitf580110640e0213502e4fe1138a06f57b532ff7a (patch)
tree7a0692e1baa4da0d252f5aa1b2bc7c4e2c1cbaef /predict_test.go
parent66402080675c250edabe50839555942d1b1aa189 (diff)
gocomplete: complete by packages
Diffstat (limited to 'predict_test.go')
-rw-r--r--predict_test.go2
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, " ")))