summaryrefslogtreecommitdiffstats
path: root/modules/indexer/stats/indexer_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/indexer/stats/indexer_test.go')
-rw-r--r--modules/indexer/stats/indexer_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/indexer/stats/indexer_test.go b/modules/indexer/stats/indexer_test.go
index c451e80238..f52d73a32e 100644
--- a/modules/indexer/stats/indexer_test.go
+++ b/modules/indexer/stats/indexer_test.go
@@ -13,9 +13,8 @@ import (
"code.gitea.io/gitea/models/unittest"
"code.gitea.io/gitea/modules/setting"
- "gopkg.in/ini.v1"
-
"github.com/stretchr/testify/assert"
+ "gopkg.in/ini.v1"
)
func TestMain(m *testing.M) {