Skip to content

Commit

Permalink
Fixup comment (#48)
Browse files Browse the repository at this point in the history
Meant to include this in #21. Oops!
  • Loading branch information
9999years authored Oct 19, 2024
1 parent 1397a2a commit 63d9ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/convert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ impl<'a> ConvertPlan<'a> {
// Note: It's hard to write behavior tests for this because the tempdirs that tests run in
// are randomly generated, so even though `rustc_hash` makes the `HashMap` iteration order
// deterministic, the hashes of worktree paths aren't deterministic because they include
// the tempdir paths.
// the tempdir paths. There's tests in `./git/worktree/resolve_unique_names.rs` though.
let mut worktrees = git.worktree().resolve_unique_names(ResolveUniqueNameOpts {
worktrees,
names: new_worktrees
Expand Down

0 comments on commit 63d9ec8

Please sign in to comment.