mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-27 23:08:02 +02: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…
x
Reference in New Issue
Block a user