浏览代码

Remove BaseVideoTest

Bond_009 5 年之前
父节点
当前提交
99fe8dbe62

+ 0 - 13
tests/Jellyfin.Naming.Tests/Video/BaseVideoTest.cs

@@ -1,13 +0,0 @@
-using Emby.Naming.Common;
-using Emby.Naming.Video;
-
-namespace Jellyfin.Naming.Tests.Video
-{
-    public abstract class BaseVideoTest
-    {
-        private readonly NamingOptions _namingOptions = new NamingOptions();
-
-        protected VideoResolver GetParser()
-            => new VideoResolver(_namingOptions);
-    }
-}

+ 1 - 1
tests/Jellyfin.Naming.Tests/Video/VideoResolverTests.cs

@@ -6,7 +6,7 @@ using Xunit;
 
 namespace Jellyfin.Naming.Tests.Video
 {
-    public class VideoResolverTests : BaseVideoTest
+    public class VideoResolverTests
     {
         private readonly NamingOptions _namingOptions = new NamingOptions();