Skip to content

Commit 2daabf5

Browse files
committed
Uncomment test assertion
1 parent 050933e commit 2daabf5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

nexus/reconfigurator/planning/src/planner.rs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4549,13 +4549,13 @@ pub(crate) mod test {
45494549

45504550
// We should start with no specified TUF repo and nothing to do.
45514551
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-
// );
4552+
assert_planning_makes_no_changes(
4553+
&logctx.log,
4554+
&blueprint1,
4555+
&example.input,
4556+
&example.collection,
4557+
TEST_NAME,
4558+
);
45594559

45604560
// All zones should be sourced from the install dataset by default.
45614561
assert!(

0 commit comments

Comments
 (0)