Skip to content

Commit

Permalink
Revert to Debug.Assert for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink committed Jun 22, 2022
1 parent d9983c9 commit 82f4eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testhost.UnitTests/TestHostTraceListenerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public void Cleanup()
[ExpectedException(typeof(DebugAssertException))]
public void DebugAssertThrowsDebugAssertException()
{
TPDebug.Assert(false);
Debug.Assert(false);
}

[TestMethod]
Expand Down

0 comments on commit 82f4eb6

Please sign in to comment.