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 fcf39b7 commit 4b3ccbcCopy full SHA for 4b3ccbc
src/Ydb.Sdk/tests/Topic/WriterUnitTests.cs
@@ -249,7 +249,6 @@ public async Task Initialize_WhenInitResponseStatusIsRetryable_ShouldRetryInitia
249
},
250
Status = StatusIds.Types.StatusCode.Success
251
});
252
- ;
253
254
using var writer = new WriterBuilder<long>(_mockIDriver.Object, "/topic")
255
{ ProducerId = "producerId" }.Build();
0 commit comments