Skip to content

Commit 38b4d8b

Browse files
committed
Fix test
1 parent 609a44b commit 38b4d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/repository/files/content_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
)
1717

1818
func TestMain(m *testing.M) {
19-
unittest.MainTest(m, filepath.Join("..", ".."))
19+
unittest.MainTest(m, filepath.Join("..", "..", ".."))
2020
}
2121

2222
func getExpectedReadmeContentsResponse() *api.ContentsResponse {

0 commit comments

Comments
 (0)