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/git/localrepo/tree_test.go')
-rw-r--r--internal/git/localrepo/tree_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/git/localrepo/tree_test.go b/internal/git/localrepo/tree_test.go
index 3e7398f18..a68999d12 100644
--- a/internal/git/localrepo/tree_test.go
+++ b/internal/git/localrepo/tree_test.go
@@ -1393,7 +1393,7 @@ func TestTreeEntry_Delete(t *testing.T) {
},
},
{
- desc: "nested tree with only single childs",
+ desc: "nested tree with only single child",
tree: &TreeEntry{
Type: Tree,
Mode: "040000",