Skip to content

Commit 58953d8

Browse files
committed
this one is also ok
1 parent 99494f4 commit 58953d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/services/ydb/backup_ut/ydb_backup_ut.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ Y_UNIT_TEST_SUITE(BackupRestoreS3) {
506506
));
507507

508508
CheckTableDescription(testEnv.GetSession(), table, CreatePartitionCountChecker(partitions),
509-
TDescribeTableSettings().WithPartitionStatistics(true).WithTableStatistics(true)
509+
TDescribeTableSettings().WithTableStatistics(true)
510510
);
511511

512512
NExport::TExportClient exportClient(testEnv.GetDriver());
@@ -523,7 +523,7 @@ Y_UNIT_TEST_SUITE(BackupRestoreS3) {
523523

524524
ImportFromS3(importClient, testEnv.GetS3Port(), operationClient, "table", table);
525525
CheckTableDescription(testEnv.GetSession(), table, CreatePartitionCountChecker(partitions),
526-
TDescribeTableSettings().WithPartitionStatistics(true).WithTableStatistics(true)
526+
TDescribeTableSettings().WithTableStatistics(true)
527527
);
528528
}
529529

0 commit comments

Comments
 (0)