Skip to content

Commit ebb5270

Browse files
committed
Fix test build (ydb-platform#6621)
1 parent f651117 commit ebb5270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/datashard/datashard_ut_change_exchange.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3491,7 +3491,7 @@ Y_UNIT_TEST_SUITE(Cdc) {
34913491
});
34923492

34933493
ui32 splitResponses = 0;
3494-
auto countSplitResponses = runtime.AddObserver<TEvPersQueue::TEvResponse>([&](auto& ev) {
3494+
auto countSplitResponses = runtime.AddObserver<TEvPersQueue::TEvResponse>([&](auto&) {
34953495
++splitResponses;
34963496
});
34973497

0 commit comments

Comments
 (0)