Преглед изворни кода

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>
     {