ok/jj
1
0
Fork 0
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:
Yuya Nishihara 2023-10-14 03:01:16 +09:00
parent 6ca7b5d352
commit f4a6415865

View file

@ -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();