ok/jj
1
0
Fork 0
forked from mirrors/jj

test_abandon_command: rename test

This commit is contained in:
Ilya Grigoriev 2023-11-19 18:30:07 -08:00
parent c32847696d
commit 95949e8011

View file

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