Skip to content

Commit

Permalink
test_abandon_command: remove obsolete TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr committed Nov 19, 2023
1 parent 0357915 commit d688179
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cli/tests/test_abandon_command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,6 @@ fn test_rebase_branch_with_merge() {

test_env.jj_cmd_ok(&repo_path, &["undo"]);
let (stdout, stderr) = test_env.jj_cmd_ok(&repo_path, &["abandon", "descendants(c)"]);
// TODO(ilyagr): Minor Bug: The branch `e` should be shown next
// to the commit with description `e` below. This is because the commits are
// printed in the state *after* abandonment. This will be fixed together with
// adding (hidden) to the commit template, which causes a more obvious version
// of the same problem.
insta::assert_snapshot!(stdout, @"");
insta::assert_snapshot!(stderr, @r###"
Abandoned the following commits:
Expand Down

0 comments on commit d688179

Please sign in to comment.