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 6314290 commit 8c3b6eaCopy full SHA for 8c3b6ea
src/Ydb.Sdk/tests/Ado/YdbCommandTests.cs
@@ -70,8 +70,7 @@ public async Task ExecuteScalarAsync_WhenSetYdbParameterThenPrepare_ReturnThisVa
70
71
[Theory]
72
[ClassData(typeof(YdbParameterTests.TestDataGenerator))]
73
- public async Task ExecuteScalarAsync_WhenDbTypeIsObject_ReturnThisValue<T>(
74
- YdbParameterTests.Data<T> data)
+ public async Task ExecuteScalarAsync_WhenDbTypeIsObject_ReturnThisValue<T>(YdbParameterTests.Data<T> data)
75
{
76
if (data.IsNullable)
77
0 commit comments