mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Remove BaseVideoTest
This commit is contained in:
parent
da17a1201f
commit
99fe8dbe62
@ -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
|
namespace Jellyfin.Naming.Tests.Video
|
||||||
{
|
{
|
||||||
public class VideoResolverTests : BaseVideoTest
|
public class VideoResolverTests
|
||||||
{
|
{
|
||||||
private readonly NamingOptions _namingOptions = new NamingOptions();
|
private readonly NamingOptions _namingOptions = new NamingOptions();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user