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 ed746a4 commit 37c57beCopy full SHA for 37c57be
src/Ydb.Sdk/tests/Ado/YdbCommandTests.cs
@@ -156,6 +156,7 @@ public async Task CloseAsync_WhenDoubleInvoke_Idempotent()
156
var ydbDataReader = await ydbCommand.ExecuteReaderAsync();
157
158
Assert.True(await ydbDataReader.NextResultAsync());
159
+ Assert.False(await ydbDataReader.NextResultAsync());
160
await ydbDataReader.CloseAsync();
161
162
Assert.False(await ydbDataReader.NextResultAsync());
0 commit comments