mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
fix spec
This commit is contained in:
parent
5a0f23e6d6
commit
89c2f4f2ff
|
|
@ -83,8 +83,9 @@ func TestCompress(t *testing.T) {
|
|||
Path: "",
|
||||
Children: []*FileChangeNode{
|
||||
{
|
||||
Path: "dir1/file2",
|
||||
File: &File{Name: "file2", ShortStatus: "M ", HasUnstagedChanges: true},
|
||||
Path: "dir1/file2",
|
||||
File: &File{Name: "file2", ShortStatus: "M ", HasUnstagedChanges: true},
|
||||
CompressionLevel: 1,
|
||||
},
|
||||
{
|
||||
Path: "dir2",
|
||||
|
|
@ -100,8 +101,9 @@ func TestCompress(t *testing.T) {
|
|||
},
|
||||
},
|
||||
{
|
||||
Path: "dir3/dir3-1/file5",
|
||||
File: &File{Name: "file5", ShortStatus: "M ", HasUnstagedChanges: true},
|
||||
Path: "dir3/dir3-1/file5",
|
||||
File: &File{Name: "file5", ShortStatus: "M ", HasUnstagedChanges: true},
|
||||
CompressionLevel: 2,
|
||||
},
|
||||
{
|
||||
File: &File{Name: "file1", ShortStatus: "M ", HasUnstagedChanges: true},
|
||||
|
|
|
|||
Loading…
Reference in a new issue