Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Aug 27, 2023
1 parent 8ef308a commit 6d36d76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Grpc.Net.Client.Tests/Retry/RetryTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1085,6 +1085,7 @@ public static object[] NoUnobservedExceptionsCases
AddCases(0, addClientInterceptor: false, throwCancellationError: true, ResponseHandleAction.Nothing);
return cases.ToArray();

// Add a sync and async case for each.
void AddCases(int expectedUnobservedExceptions, bool addClientInterceptor, bool throwCancellationError, ResponseHandleAction action)
{
cases.Add(new object[] { expectedUnobservedExceptions, true, addClientInterceptor, throwCancellationError, action });
Expand Down

0 comments on commit 6d36d76

Please sign in to comment.