diff options
author | Michael Muré <batolettre@gmail.com> | 2021-01-25 12:39:34 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2021-02-14 12:19:01 +0100 |
commit | fe4237df3c62bd6dfd1f385893295f93072d0e51 (patch) | |
tree | 66eabac7a2aaae9f7b4f2aff07092556e3a2a2ac /cache/repo_cache_test.go | |
parent | dc5059bc3372941e2908739831188768335ac50b (diff) | |
download | git-bug-fe4237df3c62bd6dfd1f385893295f93072d0e51.tar.gz |
entity: readAll and more testing
Diffstat (limited to 'cache/repo_cache_test.go')
-rw-r--r-- | cache/repo_cache_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cache/repo_cache_test.go b/cache/repo_cache_test.go index bd06e84d..9cdd584d 100644 --- a/cache/repo_cache_test.go +++ b/cache/repo_cache_test.go @@ -109,7 +109,7 @@ func TestCache(t *testing.T) { } func TestPushPull(t *testing.T) { - repoA, repoB, remote := repository.SetupReposAndRemote() + repoA, repoB, remote := repository.SetupGoGitReposAndRemote() defer repository.CleanupTestRepos(repoA, repoB, remote) cacheA, err := NewRepoCache(repoA) |