mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
added test for mediainfo.dll
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace NzbDrone.Test.Common.Categories
|
||||
{
|
||||
public class DiskAccessTestAttribute : CategoryAttribute
|
||||
{
|
||||
public DiskAccessTestAttribute()
|
||||
: base("DiskAccessTest")
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user