Skip to content

Commit 241591f

Browse files
authored
Merge ec5cb7c into 8b0fa73
2 parents 8b0fa73 + ec5cb7c commit 241591f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/tests/fq/pq_async_io/ut/dq_pq_rd_read_actor_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ struct TFixture : public TPqIoTestFixture {
6868
auto ExpectCoordinatorRequest(NActors::TActorId coordinatorId) {
6969
auto eventHolder = CaSetup->Runtime->GrabEdgeEvent<NFq::TEvRowDispatcher::TEvCoordinatorRequest>(coordinatorId, TDuration::Seconds(5));
7070
UNIT_ASSERT(eventHolder.Get() != nullptr);
71-
return eventHolder.Get();
71+
return eventHolder;
7272
}
7373

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

0 commit comments

Comments
 (0)