mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-22 08:34:05 +09:00
Fix lint errors
This commit is contained in:
@ -12,5 +12,6 @@ import (
|
||||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
unittest.MainTest(m, filepath.Join("..", ".."))
|
||||
testOps := unittest.TestOptions{GiteaRootPath: filepath.Join("..", "..")}
|
||||
unittest.MainTest(m, &testOps)
|
||||
}
|
||||
|
Reference in New Issue
Block a user