mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-06 23:46:13 +02:00
fix spec
This commit is contained in:
parent
5a0f23e6d6
commit
89c2f4f2ff
@ -85,6 +85,7 @@ func TestCompress(t *testing.T) {
|
|||||||
{
|
{
|
||||||
Path: "dir1/file2",
|
Path: "dir1/file2",
|
||||||
File: &File{Name: "file2", ShortStatus: "M ", HasUnstagedChanges: true},
|
File: &File{Name: "file2", ShortStatus: "M ", HasUnstagedChanges: true},
|
||||||
|
CompressionLevel: 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Path: "dir2",
|
Path: "dir2",
|
||||||
@ -102,6 +103,7 @@ func TestCompress(t *testing.T) {
|
|||||||
{
|
{
|
||||||
Path: "dir3/dir3-1/file5",
|
Path: "dir3/dir3-1/file5",
|
||||||
File: &File{Name: "file5", ShortStatus: "M ", HasUnstagedChanges: true},
|
File: &File{Name: "file5", ShortStatus: "M ", HasUnstagedChanges: true},
|
||||||
|
CompressionLevel: 2,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
File: &File{Name: "file1", ShortStatus: "M ", HasUnstagedChanges: true},
|
File: &File{Name: "file1", ShortStatus: "M ", HasUnstagedChanges: true},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user