Skip to content

Commit

Permalink
Merge ec5cb7c into 8b0fa73
Browse files Browse the repository at this point in the history
  • Loading branch information
kardymonds authored Oct 23, 2024
2 parents 8b0fa73 + ec5cb7c commit 241591f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/tests/fq/pq_async_io/ut/dq_pq_rd_read_actor_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ struct TFixture : public TPqIoTestFixture {
auto ExpectCoordinatorRequest(NActors::TActorId coordinatorId) {
auto eventHolder = CaSetup->Runtime->GrabEdgeEvent<NFq::TEvRowDispatcher::TEvCoordinatorRequest>(coordinatorId, TDuration::Seconds(5));
UNIT_ASSERT(eventHolder.Get() != nullptr);
return eventHolder.Get();
return eventHolder;
}

void ExpectStartSession(ui64 expectedOffset, NActors::TActorId rowDispatcherId) {
Expand Down

0 comments on commit 241591f

Please sign in to comment.