mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-26 20:11:49 +02:00
added test for mediainfo.dll
This commit is contained in:
13
NzbDrone.Test.Common/Categories/DiskAccessTestAttribute.cs
Normal file
13
NzbDrone.Test.Common/Categories/DiskAccessTestAttribute.cs
Normal file
@@ -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