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