diff options
Diffstat (limited to 'commands/select/select_test.go')
-rw-r--r-- | commands/select/select_test.go | 2 |
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) |