Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lunny committed Nov 4, 2019
1 parent dbee34f commit 4f2b303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/notification/action/action_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

func TestMain(m *testing.M) {
models.MainTest(m, filepath.Join("..", ".."))
models.MainTest(m, filepath.Join("..", "..", ".."))
}

func TestRenameRepoAction(t *testing.T) {
Expand Down

0 comments on commit 4f2b303

Please sign in to comment.