Skip to content

Commit 05dda98

Browse files
committed
fix
1 parent b76a755 commit 05dda98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/columnshard/engines/ut/ut_script.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Y_UNIT_TEST_SUITE(TestScript) {
3939

4040
auto script = std::move(acc).Build();
4141
UNIT_ASSERT_STRINGS_EQUAL(script->DebugString(),
42-
"{branch:UNDEFINED;steps_10Ms:["
42+
"{branch:UNDEFINED;steps:["
4343
"{name=ALLOCATE_MEMORY::Filter;details={stage=Filter;column_ids=[Blob:0,Raw:0];};};"
4444
"{name=FETCHING_COLUMNS;details={columns=0;};};"
4545
"{name=ASSEMBLER;details={columns=(column_ids=0;column_names=c0;);;};};"

0 commit comments

Comments
 (0)