mirror of
https://github.com/Radarr/Radarr
synced 2026-01-10 01:27:21 +01:00
13 lines
No EOL
237 B
C#
13 lines
No EOL
237 B
C#
using NUnit.Framework;
|
|
|
|
namespace NzbDrone.Automation.Test
|
|
{
|
|
public class AutomationTestAttribute : CategoryAttribute
|
|
{
|
|
public AutomationTestAttribute()
|
|
: base("AutomationTest")
|
|
{
|
|
|
|
}
|
|
}
|
|
} |