mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-04-20 03:11:35 +02:00
chore: use correct import
- follow up for forgejo/forgejo#7355. It was merged before being rebased on the forgejo branch
This commit is contained in:
parent
6cac7702e9
commit
94b1b9f1ad
1 changed files with 4 additions and 4 deletions
|
@ -8,10 +8,10 @@ import (
|
|||
"net/http"
|
||||
"testing"
|
||||
|
||||
repo_model "code.gitea.io/gitea/models/repo"
|
||||
"code.gitea.io/gitea/models/unittest"
|
||||
api "code.gitea.io/gitea/modules/structs"
|
||||
"code.gitea.io/gitea/tests"
|
||||
repo_model "forgejo.org/models/repo"
|
||||
"forgejo.org/models/unittest"
|
||||
api "forgejo.org/modules/structs"
|
||||
"forgejo.org/tests"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue