mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
tweaked logging tests.
This commit is contained in:
parent
22bbf83e42
commit
ccba527e89
4 changed files with 26 additions and 4 deletions
|
@ -20,6 +20,14 @@ namespace NzbDrone.Core.Test.InstrumentationTests
|
|||
private static string _uniqueMessage;
|
||||
Logger _logger;
|
||||
|
||||
protected override MigrationType MigrationType
|
||||
{
|
||||
get
|
||||
{
|
||||
return MigrationType.Log;
|
||||
|
||||
}
|
||||
}
|
||||
[SetUp]
|
||||
public void Setup()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue