mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 02:18:54 -07: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
|
||||
{
|
||||
public class VideoResolverTests : BaseVideoTest
|
||||
public class VideoResolverTests
|
||||
{
|
||||
private readonly NamingOptions _namingOptions = new NamingOptions();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user