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:
authorChristian Couder <chriscool@tuxfamily.org>2023-10-05 11:44:25 +0300
committerChristian Couder <chriscool@tuxfamily.org>2023-10-05 11:44:25 +0300
commitc2ebc3c0a4b51ca4d4526c8d17803659a17374a1 (patch)
tree03651201f65663697272c2d63dc396482220116f
parent82988a601f0ae35d7c260bfe01d3304e642429db (diff)
parentb8d665216c5843533ed61d6116606c670a345719 (diff)
Fix a typo in a patch_id_test.go See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/6434 Merged-by: Christian Couder <chriscool@tuxfamily.org> Approved-by: Christian Couder <chriscool@tuxfamily.org> Co-authored-by: David Kim <dkim@gitlab.com>
-rw-r--r--internal/gitaly/service/diff/patch_id_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gitaly/service/diff/patch_id_test.go b/internal/gitaly/service/diff/patch_id_test.go
index c9143ef55..c3a00b82f 100644
--- a/internal/gitaly/service/diff/patch_id_test.go
+++ b/internal/gitaly/service/diff/patch_id_test.go
@@ -30,7 +30,7 @@ func TestGetPatchID(t *testing.T) {
setup func(t *testing.T) setupData
}{
{
- desc: "retruns patch-id successfully",
+ desc: "returns patch-id successfully",
setup: func(t *testing.T) setupData {
repoProto, repoPath := gittest.CreateRepository(t, ctx, cfg)