forked from mirrors/jj
tests: remove stale comment about remote named "git"
Since it's no longer allowed to create/import from remote named "git", there's no point in testing "jj branch list" with that.
This commit is contained in:
parent
6ca7b5d352
commit
f4a6415865
1 changed files with 0 additions and 2 deletions
|
@ -464,8 +464,6 @@ fn test_branch_forget_deleted_or_nonexistent_branch() {
|
|||
"###);
|
||||
}
|
||||
|
||||
// TODO: Test `jj branch list` with a remote named `git`
|
||||
|
||||
#[test]
|
||||
fn test_branch_list_filtered_by_revset() {
|
||||
let test_env = TestEnvironment::default();
|
||||
|
|
Loading…
Reference in a new issue