diff --git a/core/test.go b/core/test.go index 333a8e3..8c206ac 100644 --- a/core/test.go +++ b/core/test.go @@ -31,7 +31,7 @@ func init() { }, }, { - Rules: []string{"get ? ? ?"}, + Rules: []string{"get ? ?"}, Handle: func(s im.Sender) interface{} { b := Bucket(s.Get(0)) if !IsBucket(b) {