From f4a641586535bb4e8328858316c1c7871a6b072f Mon Sep 17 00:00:00 2001 From: Yuya Nishihara Date: Sat, 14 Oct 2023 03:01:16 +0900 Subject: [PATCH] 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. --- cli/tests/test_branch_command.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/cli/tests/test_branch_command.rs b/cli/tests/test_branch_command.rs index 60957faa4..cef24baff 100644 --- a/cli/tests/test_branch_command.rs +++ b/cli/tests/test_branch_command.rs @@ -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();