Commit d4b56ea5 authored by Akshay Bharambe's avatar Akshay Bharambe
Browse files

Update: Session tests with new cache init

parent 47ca846e
Branches
Tags
2 merge requests!210Staging mepdeployment05072020,!203Add: New cache initialization to make v2 independent of CoreSLS
Showing with 1 addition and 1 deletion
......@@ -7,7 +7,7 @@ import (
)
func init() {
InitUserSessionCache(cachemdl.TypeFastCache)
Init(cachemdl.SetupFastCache(cachemdl.FCWithMaxEntries(10000)))
}
func TestSet(t *testing.T) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment