diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-12-18 17:49:33 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-12-18 17:52:38 +0100 |
| commit | a4565da4a998cfaa5bb8ff9d96d3d62b25574a90 (patch) | |
| tree | 6cba2cfc8abf16c92011d9693aa9475c3958a040 /tests/Jellyfin.Server.Implementations.Tests/Updates/InstallationManagerTests.cs | |
| parent | 923720c988ce62ce5c57337252cf981ceeef9a23 (diff) | |
Use System.IO.Compression instead of SharpCompress for zips
Also removes unused methods from ZipClient
Diffstat (limited to 'tests/Jellyfin.Server.Implementations.Tests/Updates/InstallationManagerTests.cs')
| -rw-r--r-- | tests/Jellyfin.Server.Implementations.Tests/Updates/InstallationManagerTests.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Jellyfin.Server.Implementations.Tests/Updates/InstallationManagerTests.cs b/tests/Jellyfin.Server.Implementations.Tests/Updates/InstallationManagerTests.cs index 09c4bd100..d18441ac0 100644 --- a/tests/Jellyfin.Server.Implementations.Tests/Updates/InstallationManagerTests.cs +++ b/tests/Jellyfin.Server.Implementations.Tests/Updates/InstallationManagerTests.cs @@ -44,7 +44,6 @@ namespace Jellyfin.Server.Implementations.Tests.Updates ConfigureMembers = true }); _fixture.Inject(http); - _fixture.Inject<IZipClient>(new ZipClient()); _installationManager = _fixture.Create<InstallationManager>(); } |
