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:
authorJames Fargher <jfargher@gitlab.com>2022-11-14 04:36:53 +0300
committerJames Fargher <jfargher@gitlab.com>2022-11-14 23:41:38 +0300
commit4fcf13724746c6287ea8bbd928d29eefab504632 (patch)
treeeaf318072522a4dffb4d1dcf5634320132546e89
parent0e7d7e95a72b8a3aa64a7242b214bcf8e9ea75a5 (diff)
log: Allow tests to run in sha256 mode
The implementation of log is object hash agnostic.
-rw-r--r--internal/log/log_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/log/log_test.go b/internal/log/log_test.go
index 060dc475f..e5074b417 100644
--- a/internal/log/log_test.go
+++ b/internal/log/log_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package log
import (