Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lunny committed Sep 23, 2021
1 parent 32e6f99 commit c82dde9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/commit_status.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ type CommitStatus struct {

func init() {
db.RegisterModel(new(CommitStatus))
db.RegisterModel(new(CommitStatusIndex))
}

// upsertCommitStatusIndex the function will not return until it acquires the lock or receives an error.
Expand Down

0 comments on commit c82dde9

Please sign in to comment.