forked from forgejo/forgejo
Fix lint errors
This commit is contained in:
parent
aa962c6ee9
commit
364838c11b
2 changed files with 5 additions and 4 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue