1
0
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:
Stefan Haller
2025-11-26 18:55:16 +01:00
parent c16b4b1d2e
commit e2b3601c57
2 changed files with 20 additions and 6 deletions

View File

@@ -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()