summaryrefslogtreecommitdiffstats
path: root/models/repo_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/repo_test.go')
-rw-r--r--models/repo_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/models/repo_test.go b/models/repo_test.go
index 954f4db3bf..fdf3a07baf 100644
--- a/models/repo_test.go
+++ b/models/repo_test.go
@@ -3,8 +3,8 @@ package models_test
import (
"testing"
- . "github.com/go-gitea/gitea/models"
- "github.com/go-gitea/gitea/modules/markdown"
+ . "code.gitea.io/gitea/models"
+ "code.gitea.io/gitea/modules/markdown"
. "github.com/smartystreets/goconvey/convey"
)