Merge pull request #1991 from HuKeping/fix-unit2

Fix unit test
This commit is contained in:
Richard Scothern 2016-10-10 10:38:56 -07:00 committed by GitHub
commit c5b2ad51c1

View file

@ -145,7 +145,7 @@ func TestNoDeletionNoEffect(t *testing.T) {
ctx := context.Background() ctx := context.Background()
inmemoryDriver := inmemory.New() inmemoryDriver := inmemory.New()
registry := createRegistry(t, inmemory.New()) registry := createRegistry(t, inmemoryDriver)
repo := makeRepository(t, registry, "palailogos") repo := makeRepository(t, registry, "palailogos")
manifestService, err := repo.Manifests(ctx) manifestService, err := repo.Manifests(ctx)