mirror of
https://github.com/rancher/os.git
synced 2025-09-05 08:42:38 +00:00
Bump libcompose and its dependencies
This commit is contained in:
13
vendor/github.com/docker/distribution/registry/storage/cache/memory/memory_test.go
generated
vendored
13
vendor/github.com/docker/distribution/registry/storage/cache/memory/memory_test.go
generated
vendored
@@ -1,13 +0,0 @@
|
||||
package memory
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/docker/distribution/registry/storage/cache/cachecheck"
|
||||
)
|
||||
|
||||
// TestInMemoryBlobInfoCache checks the in memory implementation is working
|
||||
// correctly.
|
||||
func TestInMemoryBlobInfoCache(t *testing.T) {
|
||||
cachecheck.CheckBlobDescriptorCache(t, NewInMemoryBlobDescriptorCacheProvider())
|
||||
}
|
Reference in New Issue
Block a user