mirror of
https://github.com/jesseduffield/lazygit.git
synced 2024-12-04 10:34:55 +02:00
Fix conflict test
The test apply_in_reverse_with_conflict.go fails in git versions 2.30.8 and earlier. Apparently the output "Applied patch to 'file2' cleanly" was only added more recently. It's not essential that we check this output.
This commit is contained in:
parent
30ce7c8085
commit
85f7aa9d7b
@ -55,8 +55,7 @@ var ApplyInReverseWithConflict = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
|
||||
t.ExpectPopup().Alert().
|
||||
Title(Equals("Error")).
|
||||
Content(Contains("Applied patch to 'file1' with conflicts.").
|
||||
Contains("Applied patch to 'file2' cleanly.")).
|
||||
Content(Contains("Applied patch to 'file1' with conflicts.")).
|
||||
Confirm()
|
||||
|
||||
t.Views().Files().
|
||||
|
Loading…
Reference in New Issue
Block a user