mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
13 lines
237 B
C#
13 lines
237 B
C#
using NUnit.Framework;
|
|
|
|
namespace NzbDrone.Automation.Test
|
|
{
|
|
public class AutomationTestAttribute : CategoryAttribute
|
|
{
|
|
public AutomationTestAttribute()
|
|
: base("AutomationTest")
|
|
{
|
|
|
|
}
|
|
}
|
|
} |