aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Implementations.Tests/Updates
diff options
context:
space:
mode:
authorcvium <clausvium@gmail.com>2021-12-20 13:31:07 +0100
committercvium <clausvium@gmail.com>2021-12-20 13:31:07 +0100
commitb880dc8a4a2d1820c6063f441edce42ab399d79e (patch)
tree498f8767f56ce7e5c43b083dd39955d51828a51d /tests/Jellyfin.Server.Implementations.Tests/Updates
parentcb41dda5b3473714950a6540c4dec18e0c31c6ed (diff)
Use our own Contains extension
Diffstat (limited to 'tests/Jellyfin.Server.Implementations.Tests/Updates')
-rw-r--r--tests/Jellyfin.Server.Implementations.Tests/Updates/InstallationManagerTests.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/Jellyfin.Server.Implementations.Tests/Updates/InstallationManagerTests.cs b/tests/Jellyfin.Server.Implementations.Tests/Updates/InstallationManagerTests.cs
index d18441ac01..7abd2e685f 100644
--- a/tests/Jellyfin.Server.Implementations.Tests/Updates/InstallationManagerTests.cs
+++ b/tests/Jellyfin.Server.Implementations.Tests/Updates/InstallationManagerTests.cs
@@ -6,9 +6,7 @@ using System.Threading;
using System.Threading.Tasks;
using AutoFixture;
using AutoFixture.AutoMoq;
-using Emby.Server.Implementations.Archiving;
using Emby.Server.Implementations.Updates;
-using MediaBrowser.Model.IO;
using MediaBrowser.Model.Updates;
using Moq;
using Moq.Protected;