Skip to content

Commit

Permalink
accidental newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Deb Natkh committed May 10, 2024
1 parent 225ad23 commit 233f239
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cloud/filestore/libs/storage/tablet/tablet_ut_data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down Expand Up @@ -5284,7 +5283,7 @@ Y_UNIT_TEST_SUITE(TIndexTabletTest_Data)
response->GetErrorReason());
}
}

TABLET_TEST(CleanupShouldNotInterfereWithCollectGarbage)
{
const auto block = tabletConfig.BlockSize;
Expand Down

0 comments on commit 233f239

Please sign in to comment.