aboutsummaryrefslogtreecommitdiff
path: root/internal/db/lfs_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/db/lfs_test.go')
-rw-r--r--internal/db/lfs_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/db/lfs_test.go b/internal/db/lfs_test.go
index e650369c..07518361 100644
--- a/internal/db/lfs_test.go
+++ b/internal/db/lfs_test.go
@@ -12,6 +12,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
+ "gogs.io/gogs/internal/dbtest"
"gogs.io/gogs/internal/errutil"
"gogs.io/gogs/internal/lfsutil"
)
@@ -25,7 +26,7 @@ func TestLFS(t *testing.T) {
tables := []interface{}{new(LFSObject)}
db := &lfs{
- DB: initTestDB(t, "lfs", tables...),
+ DB: dbtest.NewDB(t, "lfs", tables...),
}
for _, tc := range []struct {