mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-12-24 00:21:22 +02:00
Fix order of fixup base commits shown in ctrl-f error message
This commit is contained in:
@@ -37,8 +37,8 @@ var FindBaseCommitForFixup = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
Title(Equals("Error")).
|
||||
Content(
|
||||
MatchesRegexp("Multiple base commits found.*\n\n" +
|
||||
".*2nd commit\n" +
|
||||
".*3rd commit"),
|
||||
".*3rd commit\n" +
|
||||
".*2nd commit"),
|
||||
).
|
||||
Confirm()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user