Skip to content

Commit 8c3b6ea

Browse files
fix linter
1 parent 6314290 commit 8c3b6ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ public async Task ExecuteScalarAsync_WhenSetYdbParameterThenPrepare_ReturnThisVa
7070

7171
[Theory]
7272
[ClassData(typeof(YdbParameterTests.TestDataGenerator))]
73-
public async Task ExecuteScalarAsync_WhenDbTypeIsObject_ReturnThisValue<T>(
74-
YdbParameterTests.Data<T> data)
73+
public async Task ExecuteScalarAsync_WhenDbTypeIsObject_ReturnThisValue<T>(YdbParameterTests.Data<T> data)
7574
{
7675
if (data.IsNullable)
7776
{

0 commit comments

Comments
 (0)