Skip to content

Commit 083a25b

Browse files
committed
fix path
1 parent bf89124 commit 083a25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/actions/actions_trigger_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828

2929
func TestMain(m *testing.M) {
3030
unittest.MainTest(m, &unittest.TestOptions{
31-
GiteaRootPath: filepath.Join("..", "..", ".."),
31+
GiteaRootPath: filepath.Join("..", ".."),
3232
})
3333
}
3434

0 commit comments

Comments
 (0)