mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-24 09:35:36 +00:00
13 lines
244 B
C#
13 lines
244 B
C#
using NUnit.Framework;
|
|
|
|
namespace NzbDrone.Test.Common.Categories
|
|
{
|
|
public class DiskAccessTestAttribute : CategoryAttribute
|
|
{
|
|
public DiskAccessTestAttribute()
|
|
: base("DiskAccessTest")
|
|
{
|
|
|
|
}
|
|
}
|
|
} |