Skip to content

Commit

Permalink
Update expected values in selections::test_decode
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Jan 4, 2025
1 parent 1e5610d commit 7755b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/installer/src/selections.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ mod tests {
let pkgs = manager
.selections_with(["develop"])
.expect("Needed empty set of base selections");
assert_eq!(pkgs_partial.len(), 32);
assert_eq!(pkgs.len(), 35);
assert_eq!(pkgs_partial.len(), 35);
assert_eq!(pkgs.len(), 38);
}
}

0 comments on commit 7755b78

Please sign in to comment.