Skip to content

Commit 4f2b303

Browse files
committed
fix test
1 parent dbee34f commit 4f2b303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/notification/action/action_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
func TestMain(m *testing.M) {
17-
models.MainTest(m, filepath.Join("..", ".."))
17+
models.MainTest(m, filepath.Join("..", "..", ".."))
1818
}
1919

2020
func TestRenameRepoAction(t *testing.T) {

0 commit comments

Comments
 (0)