diff options
author | ivanmorozov333 <ivanmorozov@ydb.tech> | 2024-05-04 06:42:31 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-04 06:42:31 +0300 |
commit | 2f7acffc10d07bb703dac7e883c0fe35eed5d44f (patch) | |
tree | 9599c924dd9a74d6d4b04aac289546193d4ffdee | |
parent | e95f95a345d8fd6c6529bebc9affc18da4e8056c (diff) | |
download | ydb-2f7acffc10d07bb703dac7e883c0fe35eed5d44f.tar.gz |
fix (#4283)
-rw-r--r-- | ydb/core/tx/tiering/ut/ya.make | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/core/tx/tiering/ut/ya.make b/ydb/core/tx/tiering/ut/ya.make index 47003ede985..7a635567a98 100644 --- a/ydb/core/tx/tiering/ut/ya.make +++ b/ydb/core/tx/tiering/ut/ya.make @@ -22,6 +22,7 @@ PEERDIR( ydb/services/metadata ydb/core/tx ydb/core/tx/columnshard + ydb/core/tx/columnshard/hooks/testing ydb/public/lib/yson_value ) |