We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e2dcb commit f1e7531Copy full SHA for f1e7531
test/Dapr.AspNetCore.Test/DaprClientBuilderTest.cs
@@ -11,7 +11,7 @@
11
// limitations under the License.
12
// ------------------------------------------------------------------------
13
14
-using System;
+using System;
15
using System.Text.Json;
16
using Dapr.Client;
17
using Grpc.Core;
@@ -43,7 +43,7 @@ public void DaprClientBuilder_UsesPropertyNameCaseHandlingAsSpecified()
43
[Fact]
44
public void DaprClientBuilder_UsesThrowOperationCanceledOnCancellation_ByDefault()
45
{
46
- var builder = new DaprClientBuilder().Build();
+ var builder = new DaprClientBuilder();
47
48
Assert.True(builder.GrpcChannelOptions.ThrowOperationCanceledOnCancellation);
49
}
0 commit comments