From 233f2393566aea4cf48f7d12076a4e146bfd21cb Mon Sep 17 00:00:00 2001 From: Maxim Deb Natkh Date: Fri, 10 May 2024 13:04:36 +0000 Subject: [PATCH] accidental newline --- cloud/filestore/libs/storage/tablet/tablet_ut_data.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cloud/filestore/libs/storage/tablet/tablet_ut_data.cpp b/cloud/filestore/libs/storage/tablet/tablet_ut_data.cpp index ec533aef27c..8bb42889c3f 100644 --- a/cloud/filestore/libs/storage/tablet/tablet_ut_data.cpp +++ b/cloud/filestore/libs/storage/tablet/tablet_ut_data.cpp @@ -5191,7 +5191,6 @@ Y_UNIT_TEST_SUITE(TIndexTabletTest_Data) tablet.InitSession("client", "session"); auto id = CreateNode(tablet, TCreateNodeArgs::File(RootNodeId, "test")); - ui64 handle = CreateHandle(tablet, id); tablet.WriteData(handle, 0, 256_KB, '0'); @@ -5284,7 +5283,7 @@ Y_UNIT_TEST_SUITE(TIndexTabletTest_Data) response->GetErrorReason()); } } - + TABLET_TEST(CleanupShouldNotInterfereWithCollectGarbage) { const auto block = tabletConfig.BlockSize;