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 b748dfc commit ef0d4f5Copy full SHA for ef0d4f5
src/Ydb.Sdk/test/Ydb.Sdk.Ado.Tests/DefaultRetryPolicyTests.cs
@@ -140,7 +140,7 @@ public void CanRetry_WhenOperationCanceledWithoutToken_ReturnsTrue()
140
var config = new RetryConfig();
141
var policy = new DefaultRetryPolicy(config);
142
143
- var ex = new OperationCanceledException(); // токен не передаём
+ var ex = new OperationCanceledException();
144
Assert.True(policy.CanRetry(ex, isIdempotent: true));
145
}
146
0 commit comments