initial commit
This commit is contained in:
12
storage/memory/memory_test.go
Normal file
12
storage/memory/memory_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package memory
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/coreos/poke/storage/storagetest"
|
||||
)
|
||||
|
||||
func TestStorage(t *testing.T) {
|
||||
s := New()
|
||||
storagetest.RunTestSuite(t, s)
|
||||
}
|
Reference in New Issue
Block a user