diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/graphql/graphql_test.go | 2 | ||||
-rw-r--r-- | api/http/git_file_handlers_test.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/api/graphql/graphql_test.go b/api/graphql/graphql_test.go index 45e88e9a..69d96cab 100644 --- a/api/graphql/graphql_test.go +++ b/api/graphql/graphql_test.go @@ -14,7 +14,7 @@ import ( ) func TestQueries(t *testing.T) { - repo := repository.CreateTestRepo(false) + repo := repository.CreateGoGitTestRepo(false) defer repository.CleanupTestRepos(repo) random_bugs.FillRepoWithSeed(repo, 10, 42) diff --git a/api/http/git_file_handlers_test.go b/api/http/git_file_handlers_test.go index 81d97d61..68c1542f 100644 --- a/api/http/git_file_handlers_test.go +++ b/api/http/git_file_handlers_test.go @@ -19,7 +19,7 @@ import ( ) func TestGitFileHandlers(t *testing.T) { - repo := repository.CreateTestRepo(false) + repo := repository.CreateGoGitTestRepo(false) defer repository.CleanupTestRepos(repo) mrc := cache.NewMultiRepoCache() |