Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lunny committed Feb 23, 2020
1 parent 637a38a commit 402ea38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/convert/pull_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ func TestPullRequest_APIFormat(t *testing.T) {
assert.EqualValues(t, &structs.PRBranchInfo{
Name: "branch1",
Ref: "refs/pull/2/head",
Sha: "4a357436d925b5c974181ff12a994538ddc5a269",
RepoID: 1,
Repository: headRepo.APIFormat(models.AccessModeNone),
}, apiPullRequest.Head)
Expand Down

0 comments on commit 402ea38

Please sign in to comment.