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 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) |