Use mock driver for stats test
This commit is contained in:
parent
f59e832cb5
commit
a735fed7d9
1 changed files with 1 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue