diff options
Diffstat (limited to 'services/pull/main_test.go')
-rw-r--r-- | services/pull/main_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services/pull/main_test.go b/services/pull/main_test.go index c8d3394e8e..6059a291ad 100644 --- a/services/pull/main_test.go +++ b/services/pull/main_test.go @@ -9,9 +9,9 @@ import ( "path/filepath" "testing" - "code.gitea.io/gitea/models/db" + "code.gitea.io/gitea/models/unittest" ) func TestMain(m *testing.M) { - db.MainTest(m, filepath.Join("..", "..")) + unittest.MainTest(m, filepath.Join("..", "..")) } |