mirror of
https://github.com/Lidarr/Lidarr
synced 2026-04-21 12:11:33 +02: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")
|
|
{
|
|
|
|
}
|
|
}
|
|
} |