From 9b5ae690c1d80fc8466b653f93edf7399753aa14 Mon Sep 17 00:00:00 2001 From: Greenback Date: Sat, 21 Nov 2020 16:17:26 +0000 Subject: [PATCH] renamed file. --- Emby.Server.Implementations/ApplicationHost.cs | 1 - .../NetworkTesting/{UnitTesting.cs => NetworkParseTests.cs} | 0 2 files changed, 1 deletion(-) rename tests/Jellyfin.Networking.Tests/NetworkTesting/{UnitTesting.cs => NetworkParseTests.cs} (100%) diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index aff67f1637..c695c02315 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -47,7 +47,6 @@ using Emby.Server.Implementations.SyncPlay; using Emby.Server.Implementations.TV; using Emby.Server.Implementations.Updates; using Jellyfin.Api.Helpers; -using Jellyfin.Api.Migrations; using Jellyfin.Networking.Configuration; using Jellyfin.Networking.Manager; using MediaBrowser.Common; diff --git a/tests/Jellyfin.Networking.Tests/NetworkTesting/UnitTesting.cs b/tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.cs similarity index 100% rename from tests/Jellyfin.Networking.Tests/NetworkTesting/UnitTesting.cs rename to tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.cs