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 --- commands/select/select_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/select/select_test.go') diff --git a/commands/select/select_test.go b/commands/select/select_test.go index ac0d0903..488ab357 100644 --- a/commands/select/select_test.go +++ b/commands/select/select_test.go @@ -11,7 +11,7 @@ import ( ) func TestSelect(t *testing.T) { - repo := repository.CreateTestRepo(false) + repo := repository.CreateGoGitTestRepo(false) defer repository.CleanupTestRepos(repo) repoCache, err := cache.NewRepoCache(repo) -- cgit