summaryrefslogtreecommitdiffstats
path: root/pkg/gui/filetree/build_tree_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/filetree/build_tree_test.go')
-rw-r--r--pkg/gui/filetree/build_tree_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/filetree/build_tree_test.go b/pkg/gui/filetree/build_tree_test.go
index ac36be9af..b2bf20f1d 100644
--- a/pkg/gui/filetree/build_tree_test.go
+++ b/pkg/gui/filetree/build_tree_test.go
@@ -127,7 +127,7 @@ func TestBuildTreeFromFiles(t *testing.T) {
expected: &Node[models.File]{
Path: "",
// it is a little strange that we're not bubbling up our merge conflict
- // here but we are technically still in in tree mode and that's the rule
+ // here but we are technically still in tree mode and that's the rule
Children: []*Node[models.File]{
{
File: &models.File{Name: "a"},