mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-06 22:33:07 +02:00
Make stash filtering work when filtering on a folder
This commit is contained in:
@ -53,11 +53,8 @@ var FilterByPath = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
filterBy("subdir")
|
||||
|
||||
t.Views().Stash().
|
||||
/* EXPECTED:
|
||||
Lines(
|
||||
Contains("subdir/file2"),
|
||||
)
|
||||
ACTUAL: */
|
||||
IsEmpty()
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user