chore: use correct import (#7371)
- follow up for forgejo/forgejo#7355. It was merged before being rebased on the forgejo branch Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7371 Co-authored-by: Gusted <postmaster@gusted.xyz> Co-committed-by: Gusted <postmaster@gusted.xyz>
This commit is contained in:
parent
6cac7702e9
commit
5380f23dab
1 changed files with 4 additions and 4 deletions
|
@ -8,10 +8,10 @@ import (
|
||||||
"net/http"
|
"net/http"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
repo_model "code.gitea.io/gitea/models/repo"
|
repo_model "forgejo.org/models/repo"
|
||||||
"code.gitea.io/gitea/models/unittest"
|
"forgejo.org/models/unittest"
|
||||||
api "code.gitea.io/gitea/modules/structs"
|
api "forgejo.org/modules/structs"
|
||||||
"code.gitea.io/gitea/tests"
|
"forgejo.org/tests"
|
||||||
|
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue