mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-01 20:54:52 +00: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")
|
|
{
|
|
|
|
}
|
|
}
|
|
} |