File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -709,11 +709,6 @@ void RestartNodeBroker(TTestActorRuntime &runtime)
709
709
710
710
} // anonymous namespace
711
711
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
-
717
712
Y_UNIT_TEST_SUITE (TNodeBrokerTest) {
718
713
Y_UNIT_TEST (BasicFunctionality)
719
714
{
@@ -1424,6 +1419,11 @@ Y_UNIT_TEST_SUITE(TNodeBrokerTest) {
1424
1419
sharedScopeId);
1425
1420
}
1426
1421
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
+
1427
1427
Y_UNIT_TEST (NodeNameExpiration)
1428
1428
{
1429
1429
TTestBasicRuntime runtime (8 , false );
You can’t perform that action at this time.
0 commit comments