Change pr number in test
This commit is contained in:
parent
e4f0b79173
commit
100f9b473f
1 changed files with 2 additions and 2 deletions
|
|
@ -398,10 +398,10 @@ func Test_prSelectorForCurrentBranch(t *testing.T) {
|
|||
{
|
||||
name: "The branch is configured to merge a special PR head ref",
|
||||
branchConfig: git.BranchConfig{
|
||||
MergeRef: "refs/pull/666/head",
|
||||
MergeRef: "refs/pull/42/head",
|
||||
},
|
||||
prHeadRef: "Frederick888/main",
|
||||
wantPrNumber: 666,
|
||||
wantPrNumber: 42,
|
||||
wantSelector: "Frederick888/main",
|
||||
wantError: nil,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue