Merge pull request #7015 from Bond-009/zip

This commit is contained in:
Cody Robibero
2021-12-19 11:32:12 -07:00
committed by GitHub
4 changed files with 3 additions and 178 deletions

View File

@@ -44,7 +44,6 @@ namespace Jellyfin.Server.Implementations.Tests.Updates
ConfigureMembers = true
});
_fixture.Inject(http);
_fixture.Inject<IZipClient>(new ZipClient());
_installationManager = _fixture.Create<InstallationManager>();
}