mirror of
https://github.com/Sonarr/Sonarr
synced 2026-02-04 13:54:00 +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")
|
|
{
|
|
|
|
}
|
|
}
|
|
} |