mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00: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