aboutsummaryrefslogtreecommitdiffstats
path: root/commands/select/select_test.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-10-04 20:09:36 +0200
committerGitHub <noreply@github.com>2020-10-04 20:09:36 +0200
commitd56ce3d5d9f5ef74201a8ee7c25be4820d435b47 (patch)
tree4382550c1e8387b7cb6b13c6dd32508c24e6c4ca /commands/select/select_test.go
parent9bc2483df054387c1241b2e1644ab7e6e9bc4e9a (diff)
parent1eb13173183cf402e4197be51935a4b3ddacf256 (diff)
downloadgit-bug-d56ce3d5d9f5ef74201a8ee7c25be4820d435b47.tar.gz
Merge pull request #460 from MichaelMure/fix-push
repo: use go-git in more places, fix push
Diffstat (limited to 'commands/select/select_test.go')
-rw-r--r--commands/select/select_test.go2
1 files changed, 1 insertions, 1 deletions
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)