Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpeye committed Jul 17, 2024
1 parent 7f05e27 commit 20630c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloud/blockstore/libs/storage/service/service_ut_destroy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Y_UNIT_TEST_SUITE(TServiceDestroyTest)

auto& runtime = env.GetRuntime();
runtime.SetObserverFunc(
[&](TAutoPtr<IEventHandle>& event)
[&](TTestActorRuntimeBase& runtime, TAutoPtr<IEventHandle>& event)
{
if (event->GetTypeRewrite() ==
TEvDiskRegistry::EvDeallocateDiskRequest)
Expand Down Expand Up @@ -234,7 +234,7 @@ Y_UNIT_TEST_SUITE(TServiceDestroyTest)

syncDealloc = false;
runtime.SetObserverFunc(
[&](TAutoPtr<IEventHandle>& event)
[&](TTestActorRuntimeBase& runtime, TAutoPtr<IEventHandle>& event)
{
switch (event->GetTypeRewrite()) {
case TEvService::EvStatVolumeResponse: {
Expand Down

0 comments on commit 20630c2

Please sign in to comment.