Skip to content

Commit

Permalink
🤖 Automatically format the source code files (#447)
Browse files Browse the repository at this point in the history
Co-authored-by: DilumAluthge <[email protected]>
  • Loading branch information
github-actions[bot] and DilumAluthge authored Jan 30, 2023
1 parent fdd0ca2 commit 80417bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/patches.jl
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ gh_gpr_patch = @patch function CompatHelper.get_pull_requests(
user=GitHub.User(; login="bizbaz"),
)
pr_from_fork = GitHub.PullRequest(;
base=GitHub.Head(; repo=origin_repo),
head=GitHub.Head(; repo=fork_repo),
base=GitHub.Head(; repo=origin_repo), head=GitHub.Head(; repo=fork_repo)
)

return [(pr_from_origin, nothing), (pr_from_origin_2, nothing), (pr_from_fork, nothing)]
Expand Down

0 comments on commit 80417bf

Please sign in to comment.