Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Oct 29, 2024
1 parent b19e50e commit 9d62db7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions database/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2491,6 +2491,7 @@ func newResources() *Resources {
repoOne.SetPreviousName("")
repoOne.SetApproveBuild(constants.ApproveNever)
repoOne.SetAllowEvents(api.NewEventsFromMask(1))
repoOne.SetInstallID(0)

repoTwo := new(api.Repo)
repoTwo.SetID(2)
Expand All @@ -2514,6 +2515,7 @@ func newResources() *Resources {
repoTwo.SetPreviousName("")
repoTwo.SetApproveBuild(constants.ApproveForkAlways)
repoTwo.SetAllowEvents(api.NewEventsFromMask(1))
repoTwo.SetInstallID(0)

buildOne := new(api.Build)
buildOne.SetID(1)
Expand Down

0 comments on commit 9d62db7

Please sign in to comment.