Skip to content

Commit

Permalink
tests: fix test_merge_views_branches() to set up local "feature" bran…
Browse files Browse the repository at this point in the history
…ches

Git refs aren't involved in this test.
  • Loading branch information
yuja committed Sep 10, 2023
1 parent b80d043 commit fc86d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/test_view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ fn test_merge_views_branches() {
RefTarget::normal(main_branch_alternate_tx0.id().clone()),
);
let feature_branch_local_tx0 = write_random_commit(mut_repo, &settings);
mut_repo.set_git_ref_target(
mut_repo.set_local_branch_target(
"feature",
RefTarget::normal(feature_branch_local_tx0.id().clone()),
);
Expand Down

0 comments on commit fc86d91

Please sign in to comment.