File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace Ydb.Sdk.Tests.Table;
88[ Trait ( "Category" , "Integration" ) ]
99public class TestCopyTable
1010{
11- private readonly ILoggerFactory ? _loggerFactory ;
11+ private readonly ILoggerFactory _loggerFactory ;
1212
1313 private readonly DriverConfig _driverConfig = new (
1414 endpoint : "grpc://localhost:2136" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ namespace Ydb.Sdk.Tests.Table;
88[ Trait ( "Category" , "Integration" ) ]
99public class TestDescribeTable
1010{
11- private readonly ILoggerFactory ? _loggerFactory ;
11+ private readonly ILoggerFactory _loggerFactory ;
12+
1213 private readonly DriverConfig _driverConfig = new (
1314 endpoint : "grpc://localhost:2136" ,
1415 database : "/local"
You can’t perform that action at this time.
0 commit comments