Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/streamcache/cache_test.go')
-rw-r--r--internal/streamcache/cache_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/streamcache/cache_test.go b/internal/streamcache/cache_test.go
index 78a87632a..7ed65724b 100644
--- a/internal/streamcache/cache_test.go
+++ b/internal/streamcache/cache_test.go
@@ -16,8 +16,8 @@ import (
"time"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/log"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/log"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestCache_writeOneReadMultiple(t *testing.T) {