Skip to content

Commit a03d8f6

Browse files
Update WriterUnitTests.cs (#239)
1 parent c44c6af commit a03d8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ydb.Sdk/tests/Topic/WriterUnitTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public async Task Initialize_WhenStreamClosedByServer_ShouldRetryInitializeAndRe
8787

8888
// check attempt repeated!!!
8989
_mockStream.Verify(stream => stream.Write(It.IsAny<FromClient>()), Times.Exactly(3));
90-
_mockStream.Verify(stream => stream.MoveNextAsync(), Times.Exactly(4));
90+
_mockStream.Verify(stream => stream.MoveNextAsync(), Times.AtLeast(3));
9191
_mockStream.Verify(stream => stream.Current, Times.Exactly(2));
9292
}
9393

0 commit comments

Comments
 (0)