mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: Automation/Integration/Unit Tests
This commit is contained in:
9
src/NzbDrone.Test.Common/TestLogOutput.cs
Normal file
9
src/NzbDrone.Test.Common/TestLogOutput.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace NzbDrone.Test.Common
|
||||
{
|
||||
public enum TestLogOutput
|
||||
{
|
||||
Console = 0,
|
||||
File = 1,
|
||||
None = 2
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user