Skip to content

Commit c82dde9

Browse files
committed
Fix test
1 parent 32e6f99 commit c82dde9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/commit_status.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ type CommitStatus struct {
4040

4141
func init() {
4242
db.RegisterModel(new(CommitStatus))
43+
db.RegisterModel(new(CommitStatusIndex))
4344
}
4445

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

0 commit comments

Comments
 (0)