Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
kunga committed Mar 28, 2024
1 parent 7219232 commit 8628d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/tablet_flat/ut/ut_btree_index_nodes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ Y_UNIT_TEST_SUITE(TBtreeIndexBuilder) {
Dump(result, builder.GroupInfo, pager.Back());

TBtreeIndexMeta expected{{15, 15150, 106050, 8080}, 3, 10270};
UNIT_ASSERT_EQUAL_C(result, expected, "Got " + result->ToString());
UNIT_ASSERT_EQUAL_C(result, expected, "Got " + result.ToString());
}

}
Expand Down

0 comments on commit 8628d09

Please sign in to comment.