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

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)