Skip to content

Commit e6fa60f

Browse files
committed
Restore 3 test files to aab0035
1 parent 0583155 commit e6fa60f

File tree

2 files changed

+194
-63
lines changed

2 files changed

+194
-63
lines changed

src/Ydb.Sdk/test/Ydb.Sdk.Ado.Tests/Value/YdbListTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ private static async Task ExecAsTableAsync(
4747
await cmd.ExecuteNonQueryAsync();
4848
}
4949

50-
private new static async Task<int> CountAsync(YdbConnection conn, string table)
50+
private static async Task<int> CountAsync(YdbConnection conn, string table)
5151
{
5252
await using var check = conn.CreateCommand();
5353
check.CommandText = $"SELECT COUNT(*) FROM {table}";

0 commit comments

Comments
 (0)