forked from mirrors/jj
test_abandon_command: rename test
This commit is contained in:
parent
c32847696d
commit
95949e8011
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ fn create_commit(test_env: &TestEnvironment, repo_path: &Path, name: &str, paren
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn test_rebase_branch_with_merge() {
|
||||
fn test_basics() {
|
||||
let test_env = TestEnvironment::default();
|
||||
test_env.jj_cmd_ok(test_env.env_root(), &["init", "repo", "--git"]);
|
||||
let repo_path = test_env.env_root().join("repo");
|
||||
|
|
Loading…
Reference in a new issue