aboutsummaryrefslogtreecommitdiffstats
path: root/commands/select/select_test.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-06-26 19:20:36 +0200
committerGitHub <noreply@github.com>2020-06-26 19:20:36 +0200
commit1e3dd82fd619f7b43b3193016232ef69f9707f42 (patch)
tree00e847500b34c6f9a721c71474993d1c08ae8fb1 /commands/select/select_test.go
parent2dd0dbb1344ae9293aae05346f977b5d5907934b (diff)
parent88ad7e606f1cbf9e47b968a208e3510f7f9a81c5 (diff)
downloadgit-bug-1e3dd82fd619f7b43b3193016232ef69f9707f42.tar.gz
Merge pull request #411 from MichaelMure/repo-rework
Repository rework
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 989d6b3c..ac0d0903 100644
--- a/commands/select/select_test.go
+++ b/commands/select/select_test.go
@@ -12,7 +12,7 @@ import (
func TestSelect(t *testing.T) {
repo := repository.CreateTestRepo(false)
- defer repository.CleanupTestRepos(t, repo)
+ defer repository.CleanupTestRepos(repo)
repoCache, err := cache.NewRepoCache(repo)
require.NoError(t, err)