aboutsummaryrefslogtreecommitdiffstats
path: root/api/graphql/graphql_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/graphql/graphql_test.go')
-rw-r--r--api/graphql/graphql_test.go2
1 files changed, 1 insertions, 1 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)