forked from mirrors/jj
tests: fix test_merge_views_branches() to set up local "feature" branches
Git refs aren't involved in this test.
This commit is contained in:
parent
b80d04319d
commit
fc86d91b15
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ fn test_merge_views_branches() {
|
||||||
RefTarget::normal(main_branch_alternate_tx0.id().clone()),
|
RefTarget::normal(main_branch_alternate_tx0.id().clone()),
|
||||||
);
|
);
|
||||||
let feature_branch_local_tx0 = write_random_commit(mut_repo, &settings);
|
let feature_branch_local_tx0 = write_random_commit(mut_repo, &settings);
|
||||||
mut_repo.set_git_ref_target(
|
mut_repo.set_local_branch_target(
|
||||||
"feature",
|
"feature",
|
||||||
RefTarget::normal(feature_branch_local_tx0.id().clone()),
|
RefTarget::normal(feature_branch_local_tx0.id().clone()),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue