From 1a0c86a12d68a2f0ee99cbff535c82e07b735108 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sun, 4 Oct 2020 19:56:16 +0200 Subject: repo: use go-git in more places, fix push --- api/graphql/graphql_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/graphql') 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) -- cgit