File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
package models_test
2
2
3
3
import (
4
- . "github.com/go-gitea/gitea/models"
5
- . "github.com/smartystreets/goconvey/convey"
6
4
"testing"
7
5
6
+ . "github.com/go-gitea/gitea/models"
8
7
"github.com/go-gitea/gitea/modules/markdown"
8
+ . "github.com/smartystreets/goconvey/convey"
9
9
)
10
10
11
11
func TestRepo (t * testing.T ) {
Original file line number Diff line number Diff line change 1
1
package markdown_test
2
2
3
3
import (
4
- . "github.com/go-gitea/gitea/modules/markdown"
5
- . "github.com/smartystreets/goconvey/convey"
4
+ "bytes"
6
5
"testing"
7
6
8
- "bytes "
7
+ . "github.com/go-gitea/gitea/modules/markdown "
9
8
"github.com/go-gitea/gitea/modules/setting"
10
9
"github.com/russross/blackfriday"
10
+ . "github.com/smartystreets/goconvey/convey"
11
11
)
12
12
13
13
func TestMarkdown (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ import (
22
22
_ "github.com/go-macaron/cache/redis"
23
23
"github.com/go-macaron/session"
24
24
_ "github.com/go-macaron/session/redis"
25
- "strk.kbt.io/projects/go/libravatar"
26
25
"gopkg.in/ini.v1"
26
+ "strk.kbt.io/projects/go/libravatar"
27
27
28
28
"github.com/go-gitea/gitea/modules/bindata"
29
29
"github.com/go-gitea/gitea/modules/log"
You can’t perform that action at this time.
0 commit comments