Skip to content

Commit

Permalink
Backout un-needed generation bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leftwo committed Nov 7, 2024
1 parent 53e1211 commit ef074fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5695,7 +5695,7 @@ mod test {
blocks_per_extent: sv_tds.blocks_per_extent(),
extent_count: sv_tds.extent_count(),
opts: sv_opts.clone(),
gen: 2,
gen: 1,
}];

let new_vol = VolumeConstructionRequest::Volume {
Expand Down

0 comments on commit ef074fc

Please sign in to comment.