Skip to content

Commit 4d7235b

Browse files
committed
Finish merging (adding nexus_generation to structs)
1 parent d5a6141 commit 4d7235b

File tree

1 file changed

+2
-0
lines changed
  • nexus/db-queries/src/db/datastore

1 file changed

+2
-0
lines changed

nexus/db-queries/src/db/datastore/rack.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2062,6 +2062,7 @@ mod test {
20622062
slot: 0,
20632063
transit_ips: vec![],
20642064
},
2065+
nexus_generation: *Generation::new(),
20652066
},
20662067
),
20672068
image_source: BlueprintZoneImageSource::InstallDataset,
@@ -2113,6 +2114,7 @@ mod test {
21132114
creator: "test suite".to_string(),
21142115
comment: "test blueprint".to_string(),
21152116
report: PlanningReport::new(blueprint_id),
2117+
nexus_generation: *Generation::new(),
21162118
};
21172119

21182120
let rack = datastore

0 commit comments

Comments
 (0)