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