Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
smklein committed Jul 1, 2024
1 parent e3f53ed commit 54ec196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/reconfigurator/planning/src/planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,7 @@ mod test {
.expect("No NTP zone pool?");

// This is mostly for test stability across "example system" changes:
// Find how many other zones are using this same zone.
// Find how many other zones are using this same zpool.
let zones_using_zpool = blueprint1.blueprint_zones.iter().fold(
0,
|acc, (_, zones_config)| {
Expand Down

0 comments on commit 54ec196

Please sign in to comment.