浏览代码

Move TestPluginWithoutPages to the correct project

Bond_009 4 年之前
父节点
当前提交
a618d6053f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/Jellyfin.Server.Integration.Tests/TestPluginWithoutPages.cs

+ 1 - 1
tests/Jellyfin.Api.Tests/TestPluginWithoutPages.cs → 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>
     {