Skip to content

Commit c6d6a59

Browse files
committed
fix lint
1 parent 46b9ca3 commit c6d6a59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Ydb.Sdk/test/Ydb.Sdk.Ado.Tests/YdbCommandTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ PRIMARY KEY (Id)
285285
var ex = await Assert.ThrowsAsync<YdbException>(async () => await insertTx.ExecuteNonQueryAsync());
286286
Assert.Contains("Transactions are not supported in implicit sessions", ex.Message);
287287
}
288+
288289
await tx.RollbackAsync();
289290

290291
await using (var check = connection.CreateCommand())

0 commit comments

Comments
 (0)