Skip to content

Commit 21b6578

Browse files
fix linter
1 parent 29c15de commit 21b6578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Ydb.Sdk/tests/Ado/YdbTransactionTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,13 @@ public void BeginTransaction_WhenYdbDataReaderIsClosed_ThrowExceptionTransaction
141141
Assert.Equal("This YdbTransaction has completed; it is no longer usable",
142142
Assert.Throws<InvalidOperationException>(() => ydbTransaction.Rollback()).Message);
143143
}
144-
144+
145145
[Fact]
146146
public void BeginTransaction_WhenTxIdIsReceivedThenYdbDataReaderIsClosed_SuccessCommit()
147147
{
148148
using var connection = new YdbConnection();
149149
connection.Open();
150-
150+
151151
var tx = connection.BeginTransaction();
152152
var ydbCommand1 = connection.CreateCommand();
153153
ydbCommand1.CommandText = "SELECT 1";

0 commit comments

Comments
 (0)