From e9f08ee908ffa1a49a799edabbaa765f38e7f78e Mon Sep 17 00:00:00 2001 From: ivanmorozov333 Date: Wed, 25 Sep 2024 10:10:37 +0300 Subject: [PATCH] fix --- ydb/core/tx/columnshard/test_helper/shard_writer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ydb/core/tx/columnshard/test_helper/shard_writer.cpp b/ydb/core/tx/columnshard/test_helper/shard_writer.cpp index d2e9506210de..92e262d2f776 100644 --- a/ydb/core/tx/columnshard/test_helper/shard_writer.cpp +++ b/ydb/core/tx/columnshard/test_helper/shard_writer.cpp @@ -54,7 +54,7 @@ NKikimrDataEvents::TEvWriteResult::EStatus TShardWriter::Write( auto event = Runtime.GrabEdgeEvent(handle); AFL_VERIFY(event); - AFL_VERIFY(event->Record.GetOrigin() == PathId); + AFL_VERIFY(event->Record.GetOrigin() == TabletId); AFL_VERIFY(event->Record.GetTxId() == LockId); return event->Record.GetStatus();