aboutsummaryrefslogtreecommitdiff
path: root/models/repo_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/repo_test.go')
-rw-r--r--models/repo_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/repo_test.go b/models/repo_test.go
index 69d90b93..653a0962 100644
--- a/models/repo_test.go
+++ b/models/repo_test.go
@@ -5,7 +5,7 @@ import (
. "github.com/smartystreets/goconvey/convey"
"testing"
- "github.com/gogits/gogs/modules/markdown"
+ "github.com/gogits/gogs/modules/markup"
)
func TestRepo(t *testing.T) {