aboutsummaryrefslogtreecommitdiffstats
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 9ab27ba619..954f4db3bf 100644
--- a/models/repo_test.go
+++ b/models/repo_test.go
@@ -1,11 +1,11 @@
package models_test
import (
- . "github.com/go-gitea/gitea/models"
- . "github.com/smartystreets/goconvey/convey"
"testing"
+ . "github.com/go-gitea/gitea/models"
"github.com/go-gitea/gitea/modules/markdown"
+ . "github.com/smartystreets/goconvey/convey"
)
func TestRepo(t *testing.T) {