We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a6141 commit 4d7235bCopy full SHA for 4d7235b
nexus/db-queries/src/db/datastore/rack.rs
@@ -2062,6 +2062,7 @@ mod test {
2062
slot: 0,
2063
transit_ips: vec![],
2064
},
2065
+ nexus_generation: *Generation::new(),
2066
2067
),
2068
image_source: BlueprintZoneImageSource::InstallDataset,
@@ -2113,6 +2114,7 @@ mod test {
2113
2114
creator: "test suite".to_string(),
2115
comment: "test blueprint".to_string(),
2116
report: PlanningReport::new(blueprint_id),
2117
2118
};
2119
2120
let rack = datastore
0 commit comments