Skip to content

Commit

Permalink
fixed test build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlagunas committed Apr 12, 2023
1 parent 0dca6a1 commit 071c73b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Test/UnitTests/BehaviorUtilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,10 @@ public override void Fail(string message)
}
#endregion

#if !NETCOREAPP
private TraceListener[] storedListeners;
private DebugTraceListener debugTraceListener;
#endif
private DebugTraceListener debugTraceListener = new DebugTraceListener();

public List<string> Messages
{
Expand Down Expand Up @@ -205,4 +207,4 @@ public void Dispose()

#endregion
}
}
}

0 comments on commit 071c73b

Please sign in to comment.