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