aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2021-03-09 14:09:28 +0100
committerBond_009 <bond.009@outlook.com>2021-03-09 14:24:19 +0100
commita618d6053f78664ecb27cb01216ddb21833f5f89 (patch)
tree042516d355b07334e3bcba52f6fbdbf71137130c
parent37eb7d6d49b35067c6711ba6f74a64242da419b0 (diff)
Move TestPluginWithoutPages to the correct project
-rw-r--r--tests/Jellyfin.Server.Integration.Tests/TestPluginWithoutPages.cs (renamed from tests/Jellyfin.Api.Tests/TestPluginWithoutPages.cs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Api.Tests/TestPluginWithoutPages.cs b/tests/Jellyfin.Server.Integration.Tests/TestPluginWithoutPages.cs
index 2d2f78a98..ac10c4784 100644
--- a/tests/Jellyfin.Api.Tests/TestPluginWithoutPages.cs
+++ b/tests/Jellyfin.Server.Integration.Tests/TestPluginWithoutPages.cs
@@ -6,7 +6,7 @@ using MediaBrowser.Common.Plugins;
using MediaBrowser.Model.Plugins;
using MediaBrowser.Model.Serialization;
-namespace Jellyfin.Api.Tests
+namespace Jellyfin.Server.Integration.Tests
{
public class TestPluginWithoutPages : BasePlugin<BasePluginConfiguration>
{