forked from forgejo/forgejo
Run make fmt and make generate-swagger
Signed-off-by: Anthony Wang <ta180m@pm.me>
This commit is contained in:
parent
b480c52f60
commit
f9e33d97cc
7 changed files with 10 additions and 2 deletions
|
@ -12,11 +12,12 @@ import (
|
|||
"regexp"
|
||||
"testing"
|
||||
|
||||
_ "code.gitea.io/gitea/models" // https://discourse.gitea.io/t/testfixtures-could-not-clean-table-access-no-such-table-access/4137/4
|
||||
"code.gitea.io/gitea/models/unittest"
|
||||
user_model "code.gitea.io/gitea/models/user"
|
||||
"code.gitea.io/gitea/modules/setting"
|
||||
|
||||
_ "code.gitea.io/gitea/models" // https://discourse.gitea.io/t/testfixtures-could-not-clean-table-access-no-such-table-access/4137/4
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue