Skip to content

Commit f5945a4

Browse files
fix test SchemeActualizationOnceOnStart after new normalizer (#4262)
1 parent 8d7839d commit f5945a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/kqp/ut/olap/indexes_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Y_UNIT_TEST_SUITE(KqpOlapIndexes) {
165165
CompareYson(result, R"([[20000u;]])");
166166
}
167167

168-
AFL_VERIFY(startCount + 3 /*tables count*/ * 2 /*normalizers + main_load*/ ==
168+
AFL_VERIFY(startCount + 3 /*tables count*/ * 3 /*2 * normalizers + main_load*/ ==
169169
(ui64)csController->GetActualizationRefreshSchemeCount().Val())("start", startCount)("count", csController->GetActualizationRefreshSchemeCount().Val());
170170
}
171171

0 commit comments

Comments
 (0)