package memory import ( "testing" "github.com/TecharoHQ/anubis/lib/store/storetest" ) func TestImpl(t *testing.T) { storetest.Common(t, factory{}, nil) }