switch to map for tests

This commit is contained in:
Radu Ioan Fericean
2015-11-16 15:35:44 +02:00
parent 8176a23c5f
commit 6d5bea8aea

View File

@@ -37,7 +37,7 @@ const (
RECURSION_MAX_DEPTH = 3
MIN_PREFIX_MATCH = 1
FALLBACK_SUBJECT = utils.ANY
DB = "redis"
DB = "map"
)
func init() {