summaryrefslogtreecommitdiffstats
path: root/modules/markup/markup_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/markup/markup_test.go')
-rw-r--r--modules/markup/markup_test.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/markup/markup_test.go b/modules/markup/markup_test.go
index 0dd2be3564..8d061ae39e 100644
--- a/modules/markup/markup_test.go
+++ b/modules/markup/markup_test.go
@@ -2,11 +2,14 @@
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
-package markup
+package markup_test
import (
"testing"
+ _ "code.gitea.io/gitea/modules/markdown"
+ . "code.gitea.io/gitea/modules/markup"
+
"github.com/stretchr/testify/assert"
)