Skip to content

Commit 0f0df8e

Browse files
committed
Fix tests
1 parent fe2772c commit 0f0df8e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ydb/core/mind/node_broker_ut.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -709,11 +709,6 @@ void RestartNodeBroker(TTestActorRuntime &runtime)
709709

710710
} // anonymous namespace
711711

712-
static constexpr ui32 NODE1 = 1024;
713-
static constexpr ui32 NODE2 = 1025;
714-
static constexpr ui32 NODE3 = 1026;
715-
static constexpr ui32 NODE4 = 1027;
716-
717712
Y_UNIT_TEST_SUITE(TNodeBrokerTest) {
718713
Y_UNIT_TEST(BasicFunctionality)
719714
{
@@ -1424,6 +1419,11 @@ Y_UNIT_TEST_SUITE(TNodeBrokerTest) {
14241419
sharedScopeId);
14251420
}
14261421

1422+
static constexpr ui32 NODE1 = 1024;
1423+
static constexpr ui32 NODE2 = 1056;
1424+
static constexpr ui32 NODE3 = 1088;
1425+
static constexpr ui32 NODE4 = 1120;
1426+
14271427
Y_UNIT_TEST(NodeNameExpiration)
14281428
{
14291429
TTestBasicRuntime runtime(8, false);

0 commit comments

Comments
 (0)