Skip to content

Commit

Permalink
Test update
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Oct 4, 2024
1 parent 3cfe7a2 commit a8309f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/Elmah.Io.Client.Test/ExceptionExtensionsTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ public void CanGenererateExceptionInspector()
Assert.That(value.Contains("System.ApplicationException"));
Assert.That(value.Contains("System.IO.FileNotFoundException"));
Assert.That(value.Contains("System.AggregateException"));
Assert.That(value.Contains("ExceptionThrower.Throw()"), value);
Assert.That(value.Contains("outer-key1"));
Assert.That(value.Contains("TheFile"));
Assert.That(value.Contains("was null"));
Expand Down

0 comments on commit a8309f5

Please sign in to comment.