mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-19 22:21:52 +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")
|
|
{
|
|
|
|
}
|
|
}
|
|
} |