0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-07-20 21:18:30 +02:00

fix tests

This commit is contained in:
Christopher Homberger 2025-05-03 14:27:44 +02:00
parent 0a5a6ebc9b
commit 27c9c279d8

View File

@ -111,7 +111,7 @@ func (opts FindRunOptions) ToJoins() []db.JoinFunc {
} }
func (opts FindRunOptions) ToOrders() string { func (opts FindRunOptions) ToOrders() string {
return "`id` DESC" return "`action_run`.`id` DESC"
} }
type StatusInfo struct { type StatusInfo struct {