From 366f3aee5ca09374d8c67d421772b3e1ffa7a4b6 Mon Sep 17 00:00:00 2001 From: Ilnaz Nizametdinov Date: Wed, 21 Feb 2024 00:28:01 +0300 Subject: [PATCH] Make ut_worker reachable KIKIMR-21006 (#2119) --- ydb/core/tx/replication/service/ya.make | 1 + 1 file changed, 1 insertion(+) diff --git a/ydb/core/tx/replication/service/ya.make b/ydb/core/tx/replication/service/ya.make index b6dab04594c2..92ac750a9af2 100644 --- a/ydb/core/tx/replication/service/ya.make +++ b/ydb/core/tx/replication/service/ya.make @@ -31,4 +31,5 @@ END() RECURSE_FOR_TESTS( ut_table_writer ut_topic_reader + ut_worker )