@@ -2354,6 +2354,7 @@ mod tests {
2354
2354
use nexus_reconfigurator_planning:: blueprint_builder:: EnsureMultiple ;
2355
2355
use nexus_reconfigurator_planning:: example:: ExampleSystemBuilder ;
2356
2356
use nexus_reconfigurator_planning:: example:: example;
2357
+ use nexus_reconfigurator_planning:: planner:: PlannerRng ;
2357
2358
use nexus_types:: deployment:: BlueprintArtifactVersion ;
2358
2359
use nexus_types:: deployment:: BlueprintHostPhase2DesiredContents ;
2359
2360
use nexus_types:: deployment:: BlueprintHostPhase2DesiredSlots ;
@@ -2742,6 +2743,7 @@ mod tests {
2742
2743
& planning_input,
2743
2744
& collection,
2744
2745
"test" ,
2746
+ PlannerRng :: from_entropy ( ) ,
2745
2747
)
2746
2748
. expect ( "failed to create builder" ) ;
2747
2749
@@ -3083,6 +3085,7 @@ mod tests {
3083
3085
& planning_input,
3084
3086
& collection,
3085
3087
"dummy" ,
3088
+ PlannerRng :: from_entropy ( ) ,
3086
3089
)
3087
3090
. expect ( "failed to create builder" )
3088
3091
. build ( ) ;
@@ -3160,6 +3163,7 @@ mod tests {
3160
3163
& EMPTY_PLANNING_INPUT ,
3161
3164
& collection,
3162
3165
"test2" ,
3166
+ PlannerRng :: from_entropy ( ) ,
3163
3167
)
3164
3168
. expect ( "failed to create builder" )
3165
3169
. build ( ) ;
@@ -3169,6 +3173,7 @@ mod tests {
3169
3173
& EMPTY_PLANNING_INPUT ,
3170
3174
& collection,
3171
3175
"test3" ,
3176
+ PlannerRng :: from_entropy ( ) ,
3172
3177
)
3173
3178
. expect ( "failed to create builder" )
3174
3179
. build ( ) ;
@@ -3269,6 +3274,7 @@ mod tests {
3269
3274
& EMPTY_PLANNING_INPUT ,
3270
3275
& collection,
3271
3276
"test3" ,
3277
+ PlannerRng :: from_entropy ( ) ,
3272
3278
)
3273
3279
. expect ( "failed to create builder" )
3274
3280
. build ( ) ;
@@ -3314,6 +3320,7 @@ mod tests {
3314
3320
& EMPTY_PLANNING_INPUT ,
3315
3321
& collection,
3316
3322
"test2" ,
3323
+ PlannerRng :: from_entropy ( ) ,
3317
3324
)
3318
3325
. expect ( "failed to create builder" )
3319
3326
. build ( ) ;
@@ -3546,6 +3553,7 @@ mod tests {
3546
3553
& example_system. input ,
3547
3554
& example_system. collection ,
3548
3555
& format ! ( "{test_name}-2" ) ,
3556
+ PlannerRng :: from_entropy ( ) ,
3549
3557
)
3550
3558
. expect ( "failed to create builder" )
3551
3559
. build ( ) ;
0 commit comments