diff options
| author | Cody Robibero <cody@robibe.ro> | 2021-12-19 11:32:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-19 11:32:12 -0700 |
| commit | cb41dda5b3473714950a6540c4dec18e0c31c6ed (patch) | |
| tree | b2e6ab8d023282a02143ad97eac970ec11755c6b /tests/Jellyfin.Server.Implementations.Tests/Updates/InstallationManagerTests.cs | |
| parent | a633a3052fa943be93d38bd5165cc67df84954f5 (diff) | |
| parent | a4565da4a998cfaa5bb8ff9d96d3d62b25574a90 (diff) | |
Merge pull request #7015 from Bond-009/zip
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>(); } |
