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 050933e commit 2daabf5Copy full SHA for 2daabf5
nexus/reconfigurator/planning/src/planner.rs
@@ -4549,13 +4549,13 @@ pub(crate) mod test {
4549
4550
// We should start with no specified TUF repo and nothing to do.
4551
assert!(example.input.tuf_repo().is_none());
4552
- // assert_planning_makes_no_changes(
4553
- // &logctx.log,
4554
- // &blueprint1,
4555
- // &example.input,
4556
- // &example.collection,
4557
- // TEST_NAME,
4558
- // );
+ assert_planning_makes_no_changes(
+ &logctx.log,
+ &blueprint1,
+ &example.input,
+ &example.collection,
+ TEST_NAME,
+ );
4559
4560
// All zones should be sourced from the install dataset by default.
4561
assert!(
0 commit comments