package memory import ( "testing" "git.sad.ovh/sophie/nuke/lib/store/storetest" ) func TestImpl(t *testing.T) { storetest.Common(t, factory{}, nil) }