diff options
Diffstat (limited to 'modules/convert/main_test.go')
-rw-r--r-- | modules/convert/main_test.go | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/modules/convert/main_test.go b/modules/convert/main_test.go deleted file mode 100644 index 4c8e57bf79..0000000000 --- a/modules/convert/main_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2020 The Gitea Authors. All rights reserved. -// SPDX-License-Identifier: MIT - -package convert - -import ( - "path/filepath" - "testing" - - "code.gitea.io/gitea/models/unittest" -) - -func TestMain(m *testing.M) { - unittest.MainTest(m, &unittest.TestOptions{ - GiteaRootPath: filepath.Join("..", ".."), - }) -} |