1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-17 01:42:45 +02:00

Drop stash when successfully unstashing files after moving patch to index

This commit is contained in:
Stefan Haller
2025-07-01 14:25:50 +02:00
parent 823aa640b9
commit 32bd9e6029
2 changed files with 1 additions and 6 deletions

View File

@ -54,11 +54,6 @@ var MoveToIndexWithModifiedFile = NewIntegrationTest(NewIntegrationTestArgs{
t.Views().Secondary().
Content(Contains("-1\n+11\n"))
/* EXPECTED:
t.Views().Stash().IsEmpty()
ACTUAL: */
t.Views().Stash().Lines(
Contains("Auto-stashing changes"),
)
},
})