Use mock driver for stats test

This commit is contained in:
Justin Li 2013-11-30 23:08:31 -05:00
parent f59e832cb5
commit a735fed7d9

View file

@ -13,8 +13,7 @@ import (
"github.com/chihaya/chihaya/config"
_ "github.com/chihaya/chihaya/storage/backend/batter"
_ "github.com/chihaya/chihaya/storage/tracker/redis"
_ "github.com/chihaya/chihaya/storage/tracker/mock"
)
func newTestServer() (*Server, error) {