Skip to content

Commit

Permalink
Fix test build (#6621)
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberROFL committed Jul 12, 2024
1 parent 203d0a7 commit 4c1b056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/tx/datashard/datashard_ut_change_exchange.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3657,7 +3657,7 @@ Y_UNIT_TEST_SUITE(Cdc) {
});

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

Expand Down

0 comments on commit 4c1b056

Please sign in to comment.