Skip to content

Commit

Permalink
Fix framework tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tonydnewell committed Sep 2, 2023
1 parent 5314bd6 commit 3b57cac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/Grpc.StatusProto.Tests/ExceptionExtensionsTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ public void ToRpcDebugInfo_WithInnerExceptionTest()
Assert.IsTrue(stackTraces.Contains("ExceptionExtensionsTest.ThrowException"));
Assert.IsTrue(stackTraces.Contains("ExceptionExtensionsTest.ToRpcDebugInfo_WithInnerExceptionTest"));
Assert.IsTrue(stackTraces.Contains("InnerException: System.ApplicationException: inner exception"));
Assert.IsTrue(stackTraces.Contains("ExceptionExtensionsTest.ThrowInnerException"));
}
}

Expand Down

0 comments on commit 3b57cac

Please sign in to comment.