Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpeye committed Sep 26, 2024
1 parent b6065f2 commit af1041a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/blockstore/libs/service_local/storage_aio_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ TFsPath TryGetRamDrivePath()

auto CreateAndStartAIOServiceProvider()
{
auto provider = CreateFileIOServiceProviderStub(CreateAIOService());
auto provider = CreateSingleFileIOServiceProvider(CreateAIOService());
provider->Start();

return provider;
Expand Down

0 comments on commit af1041a

Please sign in to comment.