mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-06 18:26:33 +00:00
Remove BaseVideoTest
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
@@ -6,7 +6,7 @@ using Xunit;
|
||||
|
||||
namespace Jellyfin.Naming.Tests.Video
|
||||
{
|
||||
public class VideoResolverTests : BaseVideoTest
|
||||
public class VideoResolverTests
|
||||
{
|
||||
private readonly NamingOptions _namingOptions = new NamingOptions();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user