mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-13 00:56:25 -04:00
fix git tests
This commit is contained in:
parent
e3ed899b20
commit
66e5dacf5e
|
|
@ -118,6 +118,7 @@ func TestGetStatusFiles(t *testing.T) {
|
|||
Deleted: false,
|
||||
HasMergeConflicts: false,
|
||||
DisplayString: "MM file1.txt",
|
||||
Type: "other",
|
||||
},
|
||||
{
|
||||
Name: "file3.txt",
|
||||
|
|
@ -127,6 +128,7 @@ func TestGetStatusFiles(t *testing.T) {
|
|||
Deleted: false,
|
||||
HasMergeConflicts: false,
|
||||
DisplayString: "A file3.txt",
|
||||
Type: "other",
|
||||
},
|
||||
{
|
||||
Name: "file2.txt",
|
||||
|
|
@ -136,6 +138,7 @@ func TestGetStatusFiles(t *testing.T) {
|
|||
Deleted: false,
|
||||
HasMergeConflicts: false,
|
||||
DisplayString: "AM file2.txt",
|
||||
Type: "other",
|
||||
},
|
||||
{
|
||||
Name: "file4.txt",
|
||||
|
|
@ -145,6 +148,7 @@ func TestGetStatusFiles(t *testing.T) {
|
|||
Deleted: false,
|
||||
HasMergeConflicts: false,
|
||||
DisplayString: "?? file4.txt",
|
||||
Type: "other",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue