nuke/lib/store/memory/memory_test.go
fucksophie 02b9aebbe5
Some checks failed
Docker image builds / build (push) Failing after 4m22s
NUKE
2026-02-07 14:27:38 +02:00

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)
}