Merge pull request #1991 from HuKeping/fix-unit2

Fix unit test
pull/1992/head
Richard Scothern 2016-10-10 10:38:56 -07:00 committed by GitHub
commit c5b2ad51c1
1 changed files with 1 additions and 1 deletions

View File

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