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:
@ -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"),
|
||||
)
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user