mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 12:58:02 +08:00
feat(repodb): sync-repodb WIP (#1241)
Signed-off-by: Laurentiu Niculae <niculae.laurentiu1@gmail.com>
This commit is contained in:
@@ -178,8 +178,8 @@ func TestSyncRepoDBErrors(t *testing.T) {
|
||||
return indexBlob, nil
|
||||
}
|
||||
|
||||
Convey("repoDB.SetRepoTag", func() {
|
||||
repoDB.SetRepoTagFn = func(repo, tag string, manifestDigest godigest.Digest, mediaType string) error {
|
||||
Convey("repoDB.SetRepoReference", func() {
|
||||
repoDB.SetRepoReferenceFn = func(repo, tag string, manifestDigest godigest.Digest, mediaType string) error {
|
||||
return ErrTestError
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user