Skip to content

Commit

Permalink
improve unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
304NotModified committed Jul 23, 2016
1 parent 66259d9 commit 0750c5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/NLog.UnitTests/NLogTestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ protected NLogTestBase()
LogManager.Configuration = null;
InternalLogger.Reset();
LogManager.ThrowExceptions = false;
LogManager.ThrowConfigExceptions = null;
}

protected void AssertDebugCounter(string targetName, int val)
Expand Down

0 comments on commit 0750c5e

Please sign in to comment.