Skip to content

Commit 5d350b6

Browse files
committed
fix test build after cherrypick
1 parent 6deb648 commit 5d350b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/core/mind/hive/hive_ut.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -4518,8 +4518,8 @@ Y_UNIT_TEST_SUITE(THiveTest) {
45184518
});
45194519
const int nodeBase = runtime.GetNodeId(0);
45204520
TActorId senderA = runtime.AllocateEdgeActor();
4521-
const ui64 hiveTablet = MakeDefaultHiveID();
4522-
const ui64 testerTablet = MakeTabletID(false, 1);
4521+
const ui64 hiveTablet = MakeDefaultHiveID(0);
4522+
const ui64 testerTablet = MakeDefaultHiveID(1);
45234523

45244524
auto getDistribution = [hiveTablet, nodeBase, senderA, &runtime]() -> std::array<std::vector<ui64>, NUM_NODES> {
45254525
std::array<std::vector<ui64>, NUM_NODES> nodeTablets = {};

0 commit comments

Comments
 (0)