diff --git a/ydb/core/tx/schemeshard/ut_background_cleaning/ut_background_cleaning.cpp b/ydb/core/tx/schemeshard/ut_background_cleaning/ut_background_cleaning.cpp index 582503dc0591..ecbed84699c8 100644 --- a/ydb/core/tx/schemeshard/ut_background_cleaning/ut_background_cleaning.cpp +++ b/ydb/core/tx/schemeshard/ut_background_cleaning/ut_background_cleaning.cpp @@ -353,6 +353,8 @@ Y_UNIT_TEST_SUITE(TSchemeshardBackgroundCleaningTest) { CheckTable(runtime, "/MyRoot/TempTable"); + TestLs(runtime, "/MyRoot/TempTable/ValueIndex", TDescribeOptionsBuilder().SetShowPrivateTable(true), NLs::PathExist); + ++txId; TestDropTempTable(runtime, txId, "/MyRoot", "TempTable", true);