We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fbf2c3 commit 6b4d585Copy full SHA for 6b4d585
ydb/tests/fq/pq_async_io/ut/dq_pq_rd_read_actor_ut.cpp
@@ -68,7 +68,7 @@ struct TFixture : public TPqIoTestFixture {
68
auto ExpectCoordinatorRequest(NActors::TActorId coordinatorId) {
69
auto eventHolder = CaSetup->Runtime->GrabEdgeEvent<NFq::TEvRowDispatcher::TEvCoordinatorRequest>(coordinatorId, TDuration::Seconds(5));
70
UNIT_ASSERT(eventHolder.Get() != nullptr);
71
- return eventHolder.Get();
+ return eventHolder;
72
}
73
74
void ExpectStartSession(ui64 expectedOffset, NActors::TActorId rowDispatcherId) {
0 commit comments