1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-03 13:21:56 +02:00
This commit is contained in:
Jesse Duffield 2021-03-21 11:27:40 +11:00
parent d3b34ce323
commit f742434043

View File

@ -72,7 +72,7 @@ func TestRender(t *testing.T) {
}, },
}, },
expected: []string{" M dir1 ►", "MM dir2 ▼", "├─ MM dir2 ▼", "│ ├─ M file3", "│ └─ M file4", "└─ M file5", "M file1"}, expected: []string{"dir1 ▼", "└─ M file2", "dir2 ▼", "├─ dir2 ▼", "│ ├─ M file3", "│ └─ M file4", "└─ M file5", "M file1"},
}, },
} }