mirror of
https://github.com/Readarr/Readarr
synced 2026-02-08 15:51:36 +01:00
13 lines
No EOL
244 B
C#
13 lines
No EOL
244 B
C#
using NUnit.Framework;
|
|
|
|
namespace NzbDrone.Test.Common.Categories
|
|
{
|
|
public class DiskAccessTestAttribute : CategoryAttribute
|
|
{
|
|
public DiskAccessTestAttribute()
|
|
: base("DiskAccessTest")
|
|
{
|
|
|
|
}
|
|
}
|
|
} |