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 46b9ca3 commit c6d6a59Copy full SHA for c6d6a59
src/Ydb.Sdk/test/Ydb.Sdk.Ado.Tests/YdbCommandTests.cs
@@ -285,6 +285,7 @@ PRIMARY KEY (Id)
285
var ex = await Assert.ThrowsAsync<YdbException>(async () => await insertTx.ExecuteNonQueryAsync());
286
Assert.Contains("Transactions are not supported in implicit sessions", ex.Message);
287
}
288
+
289
await tx.RollbackAsync();
290
291
await using (var check = connection.CreateCommand())
0 commit comments