aboutsummaryrefslogtreecommitdiffstats
path: root/models/dbfs/dbfs_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/dbfs/dbfs_test.go')
-rw-r--r--models/dbfs/dbfs_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/models/dbfs/dbfs_test.go b/models/dbfs/dbfs_test.go
index 30aa6463c5..300758c623 100644
--- a/models/dbfs/dbfs_test.go
+++ b/models/dbfs/dbfs_test.go
@@ -12,8 +12,6 @@ import (
"code.gitea.io/gitea/models/db"
"github.com/stretchr/testify/assert"
-
- _ "github.com/mattn/go-sqlite3"
)
func changeDefaultFileBlockSize(n int64) (restore func()) {