Skip to content

Commit a2705df

Browse files
committed
fix: keep the log handler set by the brokerage test project
- stop replacing it with NUnitLogHandler on every test - brokerage test projects keep their file log for the whole run
1 parent cd52034 commit a2705df

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Tests/Brokerages/BrokerageTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ public abstract class BrokerageTests
5050
[SetUp]
5151
public void Setup()
5252
{
53-
Log.LogHandler = new NUnitLogHandler();
54-
5553
Log.Trace("");
5654
Log.Trace("");
5755
Log.Trace("--- SETUP ---");

0 commit comments

Comments
 (0)